[issue6791] httplib read status memory usage

Senthil Kumaran report at bugs.python.org
Sat Dec 18 18:00:11 CET 2010


Senthil Kumaran <orsenthil at gmail.com> added the comment:

In the morning, I had a comment on the patch wondering why read _MAXLENGH + 1 and then check for len of header > _MAXLENGH. Instead of just reading _MAXLENGH (and if the length matched rejecting). ( Looks like it did not go through).

I think that either way is okay. I am taking the privilege of committing the patch. Fixed for py3k in 87373. So it is be available in the next beta.

Shall merge the changes to other codelines.

----------
resolution:  -> fixed

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


More information about the Python-bugs-list mailing list