[issue6791] httplib read status memory usage

Ross Lagerwall report at bugs.python.org
Wed Dec 15 18:01:00 CET 2010


Ross Lagerwall <rosslagerwall at gmail.com> added the comment:

That's true. Near the bottom of the code, it says:

 # The status-line parsing code calls readline(), which normally
 # get the HTTP status line.  For a 0.9 response, however, this is
 # actually the first line of the body!

Limiting the length of the status line would break 0.9 responses so maybe this issue should be closed?

----------

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


More information about the Python-bugs-list mailing list