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 bmerry
Recipients amacd31, bmerry, christian.heimes, jakirkham, jan-xyz, lukasz.langa, matan1008, methane, ronaldoussoren
Date 2021-07-28.14:15:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627481745.92.0.668821585157.issue42853@roundup.psfhosted.org>
In-reply-to
Content
This fix is going to cause a regression of bpo-36050. Would it not be possible to fix this in _ssl.c (by breaking a large read into multiple smaller calls to SSL_read)? It seems like fixing this at the SSL layer is more appropriate than trying to work around it at the HTTP layer, and thus impacting the performance of all HTTP fetches (whether using TLS or not, and whether >2GB or not).
History
Date User Action Args
2021-07-28 14:15:45bmerrysetrecipients: + bmerry, ronaldoussoren, christian.heimes, methane, lukasz.langa, jakirkham, matan1008, amacd31, jan-xyz
2021-07-28 14:15:45bmerrysetmessageid: <1627481745.92.0.668821585157.issue42853@roundup.psfhosted.org>
2021-07-28 14:15:45bmerrylinkissue42853 messages
2021-07-28 14:15:45bmerrycreate