[issue5542] Socket is closed prematurely in httplib, if server sends response before request body has been sent

Jason Davies report at bugs.python.org
Mon Mar 23 10:41:32 CET 2009


Jason Davies <jason at jasondavies.com> added the comment:

Note: in case I didn't make it clear, the fix is to remove the offending
try/except handler and let the broken pipe error propagate.

----------

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


More information about the Python-bugs-list mailing list