This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jakemcguire
Recipients djc, jakemcguire
Date 2009-12-04.18:34:22
SpamBayes Score 0.0008140632
Marked as misclassified No
Message-id <1259951664.07.0.049172125342.issue7427@psf.upfronthosting.co.za>
In-reply-to
Content
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...
History
Date User Action Args
2009-12-04 18:34:24jakemcguiresetrecipients: + jakemcguire, djc
2009-12-04 18:34:24jakemcguiresetmessageid: <1259951664.07.0.049172125342.issue7427@psf.upfronthosting.co.za>
2009-12-04 18:34:22jakemcguirelinkissue7427 messages
2009-12-04 18:34:22jakemcguirecreate