Issue6096
Created on 2009-05-24 17:06 by krisvale, last changed 2009-06-20 16:28 by loewis.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
xmlsrv.patch
|
krisvale,
2009-05-24 17:06
|
|
|
|
|
xmlsrv.patch
|
krisvale,
2009-06-09 13:43
|
|
|
|
|
msg88269 - (view) |
Author: Kristján Valur Jónsson (krisvale) |
Date: 2009-05-24 17:06 |
|
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
|
|
msg89147 - (view) |
Author: Kristján Valur Jónsson (krisvale) |
Date: 2009-06-09 13:43 |
|
Here is a better patch.
Remove the individual flush() operations from the implementation classes,
rather do it in the BaseHTTPRequestHandler(). This allows any request
handler to be write buffered.
|
|
msg89543 - (view) |
Author: Martin v. Löwis (loewis) |
Date: 2009-06-20 16:28 |
|
Superseded by issue6267.
|
|
| Date |
User |
Action |
Args |
| 2009-06-20 16:28:38 | loewis | set | status: open -> closed
nosy:
+ loewis messages:
+ msg89543
superseder: Cumulative patcc:h to http and xmlrpc keywords:
patch, patch, easy, needs review resolution: out of date |
| 2009-06-09 13:43:09 | krisvale | set | keywords:
patch, patch, easy, needs review files:
+ xmlsrv.patch messages:
+ msg89147
|
| 2009-05-24 17:06:48 | krisvale | create | |
|