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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2076>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to