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 stamparm
Recipients stamparm
Date 2013-04-26.12:34:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366979688.22.0.394334806832.issue17849@psf.upfronthosting.co.za>
In-reply-to
Content
Mentioned "divine intervention" could be:

1) Argument strict should be set to 0/False when instantiating HTTPResponse
2) No status should be returned from the backend server (hence the "# assume it's a Simple-Response from an 0.9 server")
3) Any part of response should be read (body, headers, etc.) as HTTPResponse's method begin() uses "self.fp.readline(_MAXLINE + 1)"
History
Date User Action Args
2013-04-26 12:34:48stamparmsetrecipients: + stamparm
2013-04-26 12:34:48stamparmsetmessageid: <1366979688.22.0.394334806832.issue17849@psf.upfronthosting.co.za>
2013-04-26 12:34:48stamparmlinkissue17849 messages
2013-04-26 12:34:48stamparmcreate