[issue1727418] xmlrpclib waits indefinately

2013-04-13 Thread Adam Duston

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 
<http://bugs.python.org/issue1727418>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1727418] xmlrpclib waits indefinately

2013-04-13 Thread Adam Duston

Changes by Adam Duston :


--
versions: +Python 2.6 -Python 3.4

___
Python tracker 
<http://bugs.python.org/issue1727418>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com