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 kristjan.jonsson
Recipients kristjan.jonsson
Date 2009-06-09.13:43:08
SpamBayes Score 0.0002613237
Marked as misclassified No
Message-id <1244554991.58.0.183984328509.issue6096@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a better patch.
Remove the individual flush() operations from the implementation classes, 
rather do it in the BaseHTTPRequestHandler().  This allows any request 
handler to be write buffered.
History
Date User Action Args
2009-06-09 13:43:11kristjan.jonssonsetrecipients: + kristjan.jonsson
2009-06-09 13:43:11kristjan.jonssonsetmessageid: <1244554991.58.0.183984328509.issue6096@psf.upfronthosting.co.za>
2009-06-09 13:43:09kristjan.jonssonlinkissue6096 messages
2009-06-09 13:43:09kristjan.jonssoncreate