• Victor Stinner's avatar
    bpo-33674: asyncio: Fix SSLProtocol race (GH-7175) · be00a558
    Victor Stinner yazdı
    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.
    be00a558
2018-05-28-22-49-59.bpo-33674.6LFFj7.rst 250 Bytes