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 martin.panter
Recipients Yuri.Bochkarev, agriffis, alanjds, amak, cananian, demian.brecht, gregory.p.smith, icordasc, jcea, jhylton, martin.panter, mhammond, orsenthil
Date 2015-01-17.06:26:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421476001.68.0.854161571528.issue3566@psf.upfronthosting.co.za>
In-reply-to
Content
Okay here is a demonstration script, which does two tests: a short basic GET request, and a 2 MB POST request. Output for me is usually:

Platform: Linux-3.15.5-2-ARCH-x86_64-with-arch
Normal request: getresponse() raised BadStatusLine("''",)
2 MB request: request() raised BrokenPipeError(32, 'Broken pipe'); errno=EPIPE

Sometimes I get a BadStatusLine even for the second request:

Platform: Linux-3.15.5-2-ARCH-x86_64-with-arch
Normal request: getresponse() raised BadStatusLine("''",)
2 MB request: getresponse() raised BadStatusLine("''",)
History
Date User Action Args
2015-01-17 06:26:41martin.pantersetrecipients: + martin.panter, jhylton, mhammond, gregory.p.smith, jcea, orsenthil, amak, cananian, alanjds, agriffis, icordasc, demian.brecht, Yuri.Bochkarev
2015-01-17 06:26:41martin.pantersetmessageid: <1421476001.68.0.854161571528.issue3566@psf.upfronthosting.co.za>
2015-01-17 06:26:41martin.panterlinkissue3566 messages
2015-01-17 06:26:41martin.pantercreate