[issue46252] SSLWantReadError causes _SelectorSocketTransport to close

2022-01-04 Thread Christian Heimes
Change by Christian Heimes : -- assignee: christian.heimes -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue46252] SSLWantReadError causes _SelectorSocketTransport to close

2022-01-03 Thread Matan Perelman
Change by Matan Perelman : -- keywords: +patch pull_requests: +28593 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30385 ___ Python tracker ___ _

[issue46252] SSLWantReadError causes _SelectorSocketTransport to close

2022-01-03 Thread Matan Perelman
Change by Matan Perelman : -- assignee: christian.heimes components: SSL, asyncio nosy: asvetlov, christian.heimes, matan1008, yselivanov priority: normal severity: normal status: open title: SSLWantReadError causes _SelectorSocketTransport to close type: behavior versions: Python 3.10,