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 gen-xu
Recipients gen-xu, leveryd
Date 2021-05-05.11:30:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620214246.12.0.410091085852.issue44022@roundup.psfhosted.org>
In-reply-to
Content
Looks like it is caused by the httplib not limiting total header size after receiving 100. Added a counter for that to be same size as _MAXLINE=65536.
History
Date User Action Args
2021-05-05 11:30:46gen-xusetrecipients: + gen-xu, leveryd
2021-05-05 11:30:46gen-xusetmessageid: <1620214246.12.0.410091085852.issue44022@roundup.psfhosted.org>
2021-05-05 11:30:46gen-xulinkissue44022 messages
2021-05-05 11:30:46gen-xucreate