• Yury Selivanov's avatar
    bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321) · 96026431
    Yury Selivanov yazdı
    * Fix AttributeError (not all SSL exceptions have 'errno' attribute)
    
    * Increase default handshake timeout from 10 to 60 seconds
    * Make sure start_tls can be cancelled correctly
    * Make sure any error in SSLProtocol gets propagated (instead of just being logged)
    96026431