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

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

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 11 months ago by krisvale
Modified:
14 years, 8 months ago
Reviewers:
Base URL:
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 (+2 lines, -12 lines) Patch
Lib/BaseHTTPServer.py View 1 chunk +1 line, -0 lines 0 comments Download
Lib/DocXMLRPCServer.py View 2 1 chunk +0 lines, -4 lines 0 comments Download
Lib/SimpleXMLRPCServer.py View 1 2 3 chunks +1 line, -8 lines 0 comments Download

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