Author krisvale
Recipients krisvale
Date 2009-05-24.17:06:47
SpamBayes Score 0.000458755
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:50krisvalesetrecipients: + krisvale
2009-05-24 17:06:50krisvalesetmessageid: <1243184810.28.0.183866106023.issue6096@psf.upfronthosting.co.za>
2009-05-24 17:06:48krisvalelinkissue6096 messages
2009-05-24 17:06:48krisvalecreate