This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Adam.Duston
Recipients Adam.Duston, BreamoreBoy, ajaksu2, arnostienen, ggenellina
Date 2013-04-13.17:12:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365873160.86.0.866616575417.issue1727418@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-04-13 17:12:40Adam.Dustonsetrecipients: + Adam.Duston, ggenellina, arnostienen, ajaksu2, BreamoreBoy
2013-04-13 17:12:40Adam.Dustonsetmessageid: <1365873160.86.0.866616575417.issue1727418@psf.upfronthosting.co.za>
2013-04-13 17:12:40Adam.Dustonlinkissue1727418 messages
2013-04-13 17:12:40Adam.Dustoncreate