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 Anthony.Kong, LorenzMende, ajaksu2, ggenellina, jjlee, martin.panter, matejcik, orsenthil
Date 2018-09-02.13:32:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535895153.15.0.56676864532.issue5038@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a demonstration script in case it helps. I haven’t tested it with versions before Python 2.6.

Older versions send “Content-Length: 11”, but leave the server hanging trying to read the data. Newer versions (I presume since Issue 12319, 3.6+) send a valid HTTP 1.1 chunked request, but with empty data.
History
Date User Action Args
2018-09-02 13:32:33martin.pantersetrecipients: + martin.panter, jjlee, ggenellina, orsenthil, ajaksu2, matejcik, Anthony.Kong, LorenzMende
2018-09-02 13:32:33martin.pantersetmessageid: <1535895153.15.0.56676864532.issue5038@psf.upfronthosting.co.za>
2018-09-02 13:32:33martin.panterlinkissue5038 messages
2018-09-02 13:32:32martin.pantercreate