summaryrefslogtreecommitdiff
path: root/Lib/DocXMLRPCServer.py
diff options
context:
space:
mode:
authorKristján Valur Jónsson <kristjan@ccpgames.com>2009-06-28 21:04:17 +0000
committerKristján Valur Jónsson <kristjan@ccpgames.com>2009-06-28 21:04:17 +0000
commite007860b8b3609ce0bc62b1780efaa06241520bd (patch)
tree687961d29bff1d936ed949cf591bbe8285d9e54d /Lib/DocXMLRPCServer.py
parent552e7a7e2f526fa0637a3e14f47354c567dfe26e (diff)
downloadcpython-git-e007860b8b3609ce0bc62b1780efaa06241520bd.tar.gz
http://bugs.python.org/issue6267
Cumulative patch to http and xmlrpc
Diffstat (limited to 'Lib/DocXMLRPCServer.py')
-rw-r--r--Lib/DocXMLRPCServer.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/DocXMLRPCServer.py b/Lib/DocXMLRPCServer.py
index 432b3c3aa8..4064ec2e48 100644
--- a/Lib/DocXMLRPCServer.py
+++ b/Lib/DocXMLRPCServer.py
@@ -240,10 +240,6 @@ class DocXMLRPCRequestHandler(SimpleXMLRPCRequestHandler):
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.