[issue1727418] xmlrpclib waits indefinately

Adam Duston report at bugs.python.org
Sat Apr 13 19:12:40 CEST 2013


Adam Duston added the comment:

We used the xmlrpc++0.7 library to set up a test server, consistent with what Arno reported in the original ticket. We weren’t able to reproduce the problem with 2.7.2 or 3.4. Furthermore, xmlrpclib.Server (or xmlrpc.client.Server in Python 3) connects with HTTP 1.1 as of http://bugs.python.org/issue1767370, making the original issue irrelevant. 

There is already a test for this issue: the xmlrpc server used in test_python_builders in test_xmlrpc_net.py has an HTTP 1.1 reply.

----------
nosy: +Adam.Duston
versions: +Python 3.4 -Python 2.6

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


More information about the Python-bugs-list mailing list