[issue22233] http.client splits headers on none-\r\n characters

Samuel Charron report at bugs.python.org
Wed Aug 20 14:23:25 CEST 2014


Samuel Charron added the comment:

A consequence of this bug is that r.read() blocks until a timeout occurs since the content-length header is not interpreted (I think this is related to the HTTPResponse.__init__ comment)

----------

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


More information about the Python-bugs-list mailing list