Re: [Python-Dev] Python related issue

2016-12-23 Thread Brett Cannon
In the bug it was suggested you post to python-list for help. Have you done that? (this is python-dev, not python-list). On Thu, 22 Dec 2016 at 14:39 Manish Singh wrote: > Hi All, > > Please see below issue. Please reply on bug > http://bugs.python.org/issue28968 > > > [ Issue ] > I have used xm

[Python-Dev] Python related issue

2016-12-22 Thread Manish Singh
Hi All, Please see below issue. Please reply on bug http://bugs.python.org/issue28968 [ Issue ] I have used xml rpc library with transport as http. My client and server are running on same host. Some xml rpc requests fail with connection reset by peer error number. I have used xmlrpclib.ServerP