[issue10711] Rip out HTTP 0.9 support

Antoine Pitrou report at bugs.python.org
Wed Dec 15 20:01:01 CET 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

> Would it be worth keeping (but modifying) test_http_0_9 to verify that
> the server complains in the expected way?

Actually, I don't think the server will complain, since the request is legit. It will send back a full response with status line and headers, though, so the test has to be adapted indeed.

----------

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


More information about the Python-bugs-list mailing list