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 endian
Recipients brunogola, endian, gregory.p.smith, orsenthil, r.david.murray, terry.reedy, yangman
Date 2010-11-22.02:14:16
SpamBayes Score 5.024579e-07
Marked as misclassified No
Message-id <1290392058.17.0.863726029141.issue3709@psf.upfronthosting.co.za>
In-reply-to
Content
This patch (to 86665)...
* adds buffering to send_response_only
* adds flush_headers and uses it in end_headers and CGIHTTPRequestHandler.run_cgi
* tests {send_error,send_response_only,send_header} using a write-counting wfile
* improves the docs

Also, I've added my name to this account.
History
Date User Action Args
2010-11-22 02:14:18endiansetrecipients: + endian, terry.reedy, gregory.p.smith, orsenthil, brunogola, yangman, r.david.murray
2010-11-22 02:14:18endiansetmessageid: <1290392058.17.0.863726029141.issue3709@psf.upfronthosting.co.za>
2010-11-22 02:14:17endianlinkissue3709 messages
2010-11-22 02:14:17endiancreate