Bruce Merry <bme...@gmail.com> added the comment:

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).

----------
nosy: +bmerry

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42853>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to