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.22:41:17
SpamBayes Score 0.0034741694
Marked as misclassified No
Message-id <1250376078.94.0.693497740293.issue2576@psf.upfronthosting.co.za>
In-reply-to
Content
trunk r74463 now forces the HTTPResponse with buffering=True to close
afterwards using a HTTPResponse._must_close flag similar to what was
suggested in buffered_socket.diff in this issue.
History
Date User Action Args
2009-08-15 22:41:19gregory.p.smithsetrecipients: + gregory.p.smith, facundobatista, ggenellina, pitrou, ajaksu2, schmir, cjw296, reacocard
2009-08-15 22:41:18gregory.p.smithsetmessageid: <1250376078.94.0.693497740293.issue2576@psf.upfronthosting.co.za>
2009-08-15 22:41:18gregory.p.smithlinkissue2576 messages
2009-08-15 22:41:17gregory.p.smithcreate