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

Issue 63143: SimpleXMLRPCServer doesn't support http/1.1 keep-alive

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 SimpleXMLRPCServer shuts down the connection manually after each call,
rather than letting the request handler worry about it, thus rendering it
unusable when running as a HTTP1.1 keep-alive server,

Patch Set 1

Patch Set 2 : Also fix the same issue in DocXMLRPCServer

Patch Set 3 : A more complete patch. Makes the Flush responsibility of the BaseHTTPRequestHandler

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
Lib/BaseHTTPServer.py View 1 chunk 12 lines 0 comments Download
Lib/DocXMLRPCServer.py View 2 1 chunk 15 lines 0 comments Download
Lib/SimpleXMLRPCServer.py View 1 2 3 chunks 34 lines 0 comments Download

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