[issue7427] BadStatusLine is hell to debug

Jake McGuire report at bugs.python.org
Fri Dec 4 19:34:24 CET 2009


Jake McGuire <jake at youtube.com> added the comment:

I think what's happening is that your connection is being closed due to 
inactivity, so the status line that comes back is empty.  Printing 
repr(line) would probably make the emptiness clear, but maybe the httplib 
code should put in a more specific message in this case...

----------
nosy: +jakemcguire

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


More information about the Python-bugs-list mailing list