New submission from Kristján Valur Jónsson <krist...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue6096> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com