You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a race condition in SSLProtocol.connection_made() of
asyncio.sslproto: start immediately the hand
8000
shake instead of using
call_soon(). Previously, data_received() could be called before the
handshake started, causing the handshake to hang or fail.
(cherry picked from commit be00a55)
Co-authored-by: Victor Stinner <vstinner@redhat.com>
0 commit comments