Gregory P. Smith <g...@krypto.org> added the comment:

hmm apparently the bug i was fixing in r74463 is not actually a bug, the 
httplib module does not support streaming requests in any way so even with 
a new socket buffer being constructed per request, the buffer is 
guaranteed to be empty at the end of completed request.

I'll undo the change and/or fix it to only close the connection if there 
was left over received data in the buffer after the response is finished.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6724>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to