[issue2076] xmlrpclib closes connection after each call

2009-09-14 Thread STINNER Victor
STINNER Victor added the comment: I think that xmlrpclib is already fixed in Python trunk. See #6267. I consider this issue as a duplicate of #6267. -- nosy: +haypo resolution: -> duplicate status: open -> closed ___ Python tracker

[issue2076] xmlrpclib closes connection after each call

2008-03-18 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> effbot nosy: +effbot priority: -> normal type: -> feature request __ Tracker <[EMAIL PROTECTED]> __ __

[issue2076] xmlrpclib closes connection after each call

2008-02-12 Thread Erno Kuusela
New submission from Erno Kuusela: xmlrpclib is using the old HTTP and HTTPS classes from httplib which are to quote the docstring, "Compatibility classes with httplib.py from 1.5." and force the use of HTTP 1.0. This prevents connection reuse and pipelining. Attacked is some code we are using as