[issue3709] BaseHTTPRequestHandler innefficient when sending HTTP header

Andrew Schaaf report at bugs.python.org
Mon Nov 22 03:14:18 CET 2010


Andrew Schaaf <andrew at andrewschaaf.com> added the comment:

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.

----------
Added file: http://bugs.python.org/file19764/issue3709-from86665.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3709>
_______________________________________


More information about the Python-bugs-list mailing list