[issue33674] asyncio: race condition in SSLProtocol

STINNER Victor report at bugs.python.org
Tue May 29 06:28:08 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

> bpo-33674: Pause the transport as early as possible (#7192)
> https://github.com/python/cpython/commit/f295587c45f96b62d24f9a12cef6931b0805f596

Is it ok to always resume reading? Previously reading was only resumed if the transport was reading.

----------

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


More information about the Python-bugs-list mailing list