[issue26578] Bad BaseHTTPRequestHandler response when using HTTP/0.9

Xiang Zhang report at bugs.python.org
Fri Mar 18 05:35:55 EDT 2016


Xiang Zhang added the comment:

I think you are right. Simply run http.server.test() and then telnet to send "GET /", the client hangs. Or add a timeout to BaseHTTPRequestHandler, you can see the timeout error on server output.

----------

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


More information about the Python-bugs-list mailing list