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 r.david.murray
Recipients docs@python, joecabrera, r.david.murray
Date 2014-12-16.20:11:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418760677.87.0.473254724609.issue23054@psf.upfronthosting.co.za>
In-reply-to
Content
I wonder the actual error reported in that issue has any relationship to issue 15082?

In any case, the error being presented to requests is *accurate*: httplib tried to read the status line and got nothing (the actual text in the linked issue is BadStatusLine("''")).  (Note that issue 7427 was where we fixed the repr, if you are curious).

I see that requests would like "a better error message".  Is there a concrete suggestion for what that better error message would look like?
History
Date User Action Args
2014-12-16 20:11:17r.david.murraysetrecipients: + r.david.murray, docs@python, joecabrera
2014-12-16 20:11:17r.david.murraysetmessageid: <1418760677.87.0.473254724609.issue23054@psf.upfronthosting.co.za>
2014-12-16 20:11:17r.david.murraylinkissue23054 messages
2014-12-16 20:11:17r.david.murraycreate