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 neologix
Recipients dmalcolm, ezio.melotti, flox, iankko, loewis, neologix, rosslagerwall, schmir
Date 2012-02-13.20:27:47
SpamBayes Score 0.014164208
Marked as misclassified No
Message-id <1329164868.44.0.148053344187.issue14001@psf.upfronthosting.co.za>
In-reply-to
Content
SimpleXMLRPCRequestHandler.do_POST() is simply looping on EOF.
The patch attached fixes this (the server doesn't seem to generate an error in response to this partial request though).
History
Date User Action Args
2012-02-13 20:27:48neologixsetrecipients: + neologix, loewis, schmir, ezio.melotti, iankko, flox, dmalcolm, rosslagerwall
2012-02-13 20:27:48neologixsetmessageid: <1329164868.44.0.148053344187.issue14001@psf.upfronthosting.co.za>
2012-02-13 20:27:47neologixlinkissue14001 messages
2012-02-13 20:27:47neologixcreate