This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kristjan.jonsson
Recipients kristjan.jonsson
Date 2009-05-24.17:06:47
SpamBayes Score 0.00045875504
Marked as misclassified No
Message-id <1243184810.28.0.183866106023.issue6096@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-05-24 17:06:50kristjan.jonssonsetrecipients: + kristjan.jonsson
2009-05-24 17:06:50kristjan.jonssonsetmessageid: <1243184810.28.0.183866106023.issue6096@psf.upfronthosting.co.za>
2009-05-24 17:06:48kristjan.jonssonlinkissue6096 messages
2009-05-24 17:06:48kristjan.jonssoncreate