[issue4492] httplib code thinks it closes connection, but does not

Ray.Allen report at bugs.python.org
Sun Mar 20 13:09:25 CET 2011


Ray.Allen <ysj.ray at gmail.com> added the comment:

Another fix could be making HTTPResponse to hold a reference to the HTTPConnection object and call its close() at the time of a bad chunk
length was received. This can close the connection as soon as possible.

----------

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


More information about the Python-bugs-list mailing list