SIGN IN SIGN UP

bpo-33674: asyncio: Fix SSLProtocol race (GH-7175)

Fix a race condition in SSLProtocol.connection_made() of
asyncio.sslproto: start immediately the handshake instead of using
call_soon(). Previously, data_received() could be called before the
handshake started, causing the handshake to hang or fail.
V
Victor Stinner committed
be00a5583a2cb696335c527b921d1868266a42c6
Parent: 8c1ad0c
Committed by GitHub <noreply@github.com> on 5/28/2018, 11:33:35 PM