[issue36098] asyncio: ssl client-server with "slow" read

Alexander Mohr report at bugs.python.org
Wed Jun 24 19:02:07 EDT 2020


Alexander Mohr <thehesiod at gmail.com> added the comment:

as an FYI I've reproduced this with the httpx library as well: https://repl.it/repls/PristineBonyBugs#main.py.  It reproduces on this site but I've been unable to reproduce it locally.  It does always reproduce on our production systems.

what's interesting is that it I can't seem to be able to reproduce it with aiohttp either on that site or locally:
https://repl.it/@thehesiod/PristineBonyBugs-1#main.py

does aiohttp do something to avoid this scenario?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36098>
_______________________________________


More information about the Python-bugs-list mailing list