[issue6096] SimpleXMLRPCServer not suitable for HTTP/1.1 keep-alive

Kristján Valur Jónsson report at bugs.python.org
Tue Jun 9 15:43:11 CEST 2009


Kristján Valur Jónsson <kristjan at ccpgames.com> added the comment:

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.

----------
Added file: http://bugs.python.org/file14244/xmlsrv.patch

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


More information about the Python-bugs-list mailing list