[New-bugs-announce] [issue2076] xmlrpclib closes connection after each call
Erno Kuusela
report at bugs.python.org
Tue Feb 12 12:04:12 CET 2008
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 a workaround.
Is the xmlrpclib in the standard library required to keep compatibility
with old python versions?
----------
components: Library (Lib)
files: transport.py
messages: 62309
nosy: erno
severity: normal
status: open
title: xmlrpclib closes connection after each call
versions: Python 2.5
Added file: http://bugs.python.org/file9414/transport.py
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2076>
__________________________________
More information about the New-bugs-announce
mailing list