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 akuchling
Recipients
Date 2006-09-07.13:41:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=11375

Also, I have a vague memory that httplib is used with
pipelined HTTP requests.  Buffering on the makefile() then
causes problems because the stdio buffer can slurp up too
much data, including portions of the next pipelined request.
I think making buffering workable would require serious
restructuring of the httplib code.
History
Date User Action Args
2008-01-20 09:58:55adminlinkissue1542407 messages
2008-01-20 09:58:55admincreate