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

Issue 63144: Make xmlrpclib use new HTTPConnection class

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 11 months ago by krisvale
Modified:
14 years, 10 months ago
Reviewers:
Base URL:
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 (+129 lines, -58 lines) Patch
Lib/test/test_xmlrpc.py View 1 2 7 chunks +55 lines, -19 lines 0 comments Download
Lib/xmlrpclib.py View 1 2 7 chunks +74 lines, -39 lines 0 comments Download

Messages

Total messages: 1
krisvale
14 years, 10 months ago (2009-06-08 13:33:15 UTC) #1
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 f62528b