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 Aron Podrigal
Recipients Aron Podrigal, Bert JW Regeer, Decorater, X-Istence, berker.peksag, jackjansen, ned.deily, quentel, rr-, srittau, watusimoto
Date 2019-02-05.18:55:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549392945.2.0.956757181379.issue27777@roundup.psfhosted.org>
In-reply-to
Content
I am experiencing  the same issue. 
https://github.com/python/cpython/pull/10771 looks good.


While were at it, and if PR 10771 is accepted, maybe we can change 
https://github.com/python/cpython/blob/6613b56173d26f32da9945691ff9f824304224a2/Lib/cgi.py#L717 to `read` instead of `readline` since we anyway read till EOF.
History
Date User Action Args
2019-02-05 18:55:46Aron Podrigalsetrecipients: + Aron Podrigal, jackjansen, srittau, ned.deily, quentel, X-Istence, berker.peksag, Decorater, rr-, watusimoto, Bert JW Regeer
2019-02-05 18:55:45Aron Podrigalsetmessageid: <1549392945.2.0.956757181379.issue27777@roundup.psfhosted.org>
2019-02-05 18:55:45Aron Podrigallinkissue27777 messages
2019-02-05 18:55:45Aron Podrigalcreate