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 manuel_b, martin.panter
Date 2021-10-19.23:00:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634684407.43.0.450355991448.issue45523@roundup.psfhosted.org>
In-reply-to
Content
Looks like you forgot to encode the length of ten in hexadecimal.

I don't think the HTTP server module has any special handling for chunked responses, so this up to the user and isn't a bug in Python.
History
Date User Action Args
2021-10-19 23:00:07martin.pantersetrecipients: + martin.panter, manuel_b
2021-10-19 23:00:07martin.pantersetmessageid: <1634684407.43.0.450355991448.issue45523@roundup.psfhosted.org>
2021-10-19 23:00:07martin.panterlinkissue45523 messages
2021-10-19 23:00:07martin.pantercreate