[New-bugs-announce] [issue6096] SimpleXMLRPCServer not suitable for HTTP/1.1 keep-alive

Kristján Valur Jónsson report at bugs.python.org
Sun May 24 19:06:50 CEST 2009


New submission from Kristján Valur Jónsson <kristjan at ccpgames.com>:

The SimpleXMRRPCServer class calls connection.shutdown(1) when done with 
each request, thus making it unsuitable for a RequestHandler that supports 
HTTP/1.1 with keep-alive.  This patch removes those extra shutdown calls.
Patch also uploaded as 
http://codereview.appspot.com/63143

----------
components: Library (Lib)
files: xmlsrv.patch
keywords: easy, needs review, patch, patch
messages: 88269
nosy: krisvale
severity: normal
status: open
title: SimpleXMLRPCServer not suitable for HTTP/1.1 keep-alive
type: behavior
versions: Python 2.5, Python 2.6, Python 2.7
Added file: http://bugs.python.org/file14053/xmlsrv.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6096>
_______________________________________


More information about the New-bugs-announce mailing list