[issue18574] BaseHTTPRequestHandler.handle_expect_100() sends invalid response

Nikolaus Rath report at bugs.python.org
Sun Jan 19 04:25:17 CET 2014


Nikolaus Rath added the comment:

I just realized that the Misc/NEWS entry is just utterly wrong (it is talking abou the client, even though the bug is in the server), my apologies. Here's a fixed one:

- Issue #18574: Added missing newline in 100-Continue reply from
  http.server.BaseHTTPRequestHandler. Patch by Nikolaus Rath.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18574>
_______________________________________


More information about the Python-bugs-list mailing list