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 brett.cannon, gregory.p.smith, r.david.murray
Date 2009-08-19.05:19:00
SpamBayes Score 1.416679e-06
Marked as misclassified No
Message-id <1250659143.54.0.787075736732.issue6724@psf.upfronthosting.co.za>
In-reply-to
Content
hmm apparently the bug i was fixing in r74463 is not actually a bug, the 
httplib module does not support streaming requests in any way so even with 
a new socket buffer being constructed per request, the buffer is 
guaranteed to be empty at the end of completed request.

I'll undo the change and/or fix it to only close the connection if there 
was left over received data in the buffer after the response is finished.
History
Date User Action Args
2009-08-19 05:19:03gregory.p.smithsetrecipients: + gregory.p.smith, brett.cannon, r.david.murray
2009-08-19 05:19:03gregory.p.smithsetmessageid: <1250659143.54.0.787075736732.issue6724@psf.upfronthosting.co.za>
2009-08-19 05:19:02gregory.p.smithlinkissue6724 messages
2009-08-19 05:19:01gregory.p.smithcreate