[issue3709] BaseHTTPRequestHandler innefficient when sending HTTP header
Gregory P. Smith
report at bugs.python.org
Mon Sep 22 03:22:00 CEST 2008
Gregory P. Smith <greg at krypto.org> added the comment:
Buffering up header IO and sending it all at once is always a good thing
to do. A patch and unit test would be greatly appreciated.
----------
assignee: -> gregory.p.smith
nosy: +gregory.p.smith
priority: -> normal
versions: +Python 2.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3709>
_______________________________________
More information about the Python-bugs-list
mailing list