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 vstinner
Recipients asvetlov, miss-islington, ned.deily, vstinner, yselivanov
Date 2018-05-29.10:28:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> 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.
History
Date User Action Args
2018-05-29 10:28:08vstinnersetrecipients: + vstinner, ned.deily, asvetlov, yselivanov, miss-islington
2018-05-29 10:28:08vstinnersetmessageid: <[email protected]>
2018-05-29 10:28:08vstinnerlinkissue33674 messages
2018-05-29 10:28:08vstinnercreate