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 gregory.p.smith
Recipients ajaksu2, cjw296, facundobatista, ggenellina, gregory.p.smith, pitrou, reacocard, schmir
Date 2009-08-15.23:00:45
SpamBayes Score 2.12498e-07
Marked as misclassified No
Message-id <1250377246.92.0.828293953801.issue2576@psf.upfronthosting.co.za>
In-reply-to
Content
I am also unable to reproduce the reported problem using the
pastebin.ca/973578 code.  The time to download 400mb from localhost
remains the same regardless of buffering=False (default) or True.

The problem still exists but it is better described in issue1542407 and
should only effect the performance of reading the HTTP headers (a lot if
you're writing an application doing small/medium RPC requests over HTTP).
History
Date User Action Args
2009-08-15 23:00:47gregory.p.smithsetrecipients: + gregory.p.smith, facundobatista, ggenellina, pitrou, ajaksu2, schmir, cjw296, reacocard
2009-08-15 23:00:46gregory.p.smithsetmessageid: <1250377246.92.0.828293953801.issue2576@psf.upfronthosting.co.za>
2009-08-15 23:00:45gregory.p.smithlinkissue2576 messages
2009-08-15 23:00:45gregory.p.smithcreate