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

Unified Diff: Lib/DocXMLRPCServer.py

Issue 63143: SimpleXMLRPCServer doesn't support http/1.1 keep-alive Base URL: http://svn.python.org/view/*checkout*/python/trunk/
Patch Set: A more complete patch. Makes the Flush responsibility of the BaseHTTPRequestHandler Created 14 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Lib/BaseHTTPServer.py ('k') | Lib/SimpleXMLRPCServer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Lib/DocXMLRPCServer.py
===================================================================
--- Lib/DocXMLRPCServer.py (revision 73271)
+++ Lib/DocXMLRPCServer.py (working copy)
@@ -240,10 +240,6 @@
self.end_headers()
self.wfile.write(response)
- # shut down the connection
- self.wfile.flush()
- self.connection.shutdown(1)
-
class DocXMLRPCServer( SimpleXMLRPCServer,
XMLRPCDocGenerator):
"""XML-RPC and HTML documentation server.
« no previous file with comments | « Lib/BaseHTTPServer.py ('k') | Lib/SimpleXMLRPCServer.py » ('j') | no next file with comments »

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