[issue1767370] Make xmlrpc use HTTP/1.1 and keepalive

Skip Montanaro report at bugs.python.org
Tue May 13 07:37:21 CEST 2008


Skip Montanaro <skip at pobox.com> added the comment:

I'm not going to pretend I understand the changes.  I do notice
that test_docxmlrpc hangs hard on my Mac (doesn't even respond to
Ctl-C).  DocXMLRPCServer subclasses from SimpleXMLRPCServer, so I
suspect it needs some attention.  I tried the obvious replacement
of self.wfile.* with the analogs from SimpleXMLRPCServer but that
didn't help.  Also, the API for the xmlrpclib.Transport class's
send_request method changed and parse_response disappeared completely
even though the docstring for the Transport class explicitly mentions
subclassing it.

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1767370>
_____________________________________


More information about the Python-bugs-list mailing list