[issue2576] httplib read() very slow due to lack of socket buffer

Gregory P. Smith report at bugs.python.org
Sun Aug 16 00:41:18 CEST 2009


Gregory P. Smith <greg at krypto.org> added the comment:

trunk r74463 now forces the HTTPResponse with buffering=True to close
afterwards using a HTTPResponse._must_close flag similar to what was
suggested in buffered_socket.diff in this issue.

----------

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


More information about the Python-bugs-list mailing list