[issue6099] HTTP/1.1 with keep-alive support for xmlrpclib.ServerProxy

Kristján Valur Jónsson report at bugs.python.org
Mon Jun 8 15:31:49 CEST 2009


Kristján Valur Jónsson <kristjan at ccpgames.com> added the comment:

It turns out we need to deal with exceptions and clear the cached 
HTTPConnection if they happen.
Also, we just deal with a ECONNRESET which can happen if there is a long 
delay between requests, and retry the request once in that case.  New 
patch uploaded.

----------
Added file: http://bugs.python.org/file14225/xmlprclib.patch

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


More information about the Python-bugs-list mailing list