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 pitrou
Recipients Lukasa, Zachary Salzbank, demian.brecht, piotr.dobrogost, pitrou
Date 2015-03-03.23:53:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425426825.53.0.494117022916.issue23576@psf.upfronthosting.co.za>
In-reply-to
Content
Reproducing seems a bit irregular. Note that the last bytestring (the empty bytestring) is what takes time to read.

Also note that HTTPResponse is a buffered I/O object, so normally you don't need to read up to the empty string. You can stop when you got less bytes than what you asked for.
History
Date User Action Args
2015-03-03 23:53:45pitrousetrecipients: + pitrou, piotr.dobrogost, demian.brecht, Lukasa, Zachary Salzbank
2015-03-03 23:53:45pitrousetmessageid: <1425426825.53.0.494117022916.issue23576@psf.upfronthosting.co.za>
2015-03-03 23:53:45pitroulinkissue23576 messages
2015-03-03 23:53:45pitroucreate