Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(66)

Issue 63144: Make xmlrpclib use new HTTPConnection class

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 months, 3 weeks ago by krisvale
Modified:
6 months, 2 weeks ago
Reviewers:
CC:
SVN Base:
http://svn.python.org/view/*checkout*/python/trunk/
Visibility:
Public.

Description

The Transport class in xmlrpclib.py was using the old httplib.HTTP class.  This
patch brings xmlrpclib up to date to use the HTTPConnection and HTTPSConnection
classes.  This allows xlmrpclib.ServerProxy to use HTTP/1.1 with keep-alive on
servers that support it.

Patch Set 1

Patch Set 2 : A complete patch, incorporating other fixes plus a test case

Patch Set 3 : A new patch. We need better exception handling if we are keeping the HTTPConnection around.

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
Lib/test/test_xmlrpc.py View 1 2 7 chunks 148 lines 0 comments Download
Lib/xmlrpclib.py View 1 2 7 chunks 193 lines 0 comments Download

Messages

Total messages: 1
krisvale
8 months ago
A new patch.  We need better exception handling if we are keeping the
HTTPConnection around.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r511