commit | 9602643120a509858d0bee4215d7f150e6125468 | [log] [tgz] |
---|---|---|
author | Yury Selivanov <yury@magic.io> | Mon Jun 04 11:32:35 2018 -0400 |
committer | GitHub <noreply@github.com> | Mon Jun 04 11:32:35 2018 -0400 |
tree | 43f875c7a1437f958994c7f2a3c281c45f8e3d5d | |
parent | a8eb58546b37a7cd5f332f019bb07388f5212c2d [diff] |
bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321) * 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)