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 martin.panter
Recipients JelteF, SilentGhost, martin.panter
Date 2016-02-22.08:28:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456129698.33.0.224195335847.issue26402@psf.upfronthosting.co.za>
In-reply-to
Content
Here is patch with a test case. I kept Jelte’s original fix as it is, because I want to be conservative in the code changes.

Xmlrpc.server only uses HTTP 1.0, without any support of keep-alive connections, so I used http.server instead.
History
Date User Action Args
2016-02-22 08:28:18martin.pantersetrecipients: + martin.panter, SilentGhost, JelteF
2016-02-22 08:28:18martin.pantersetmessageid: <1456129698.33.0.224195335847.issue26402@psf.upfronthosting.co.za>
2016-02-22 08:28:18martin.panterlinkissue26402 messages
2016-02-22 08:28:18martin.pantercreate