]> granicus.if.org Git - python/commit
bpo-29970: Add timeout for SSL handshake in asyncio
authorNeil Aspinall <mail@neilaspinall.co.uk>
Tue, 19 Dec 2017 19:45:42 +0000 (19:45 +0000)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 19 Dec 2017 19:45:42 +0000 (21:45 +0200)
commitf7686c1f5553b24e3307506a18e18f6544de94d3
treeeb732724e966a23a7837e824d39a2f7181183798
parent4b965930e8625f77cb0e821daf5cc40e85b45f84
bpo-29970: Add timeout for SSL handshake in asyncio

10 seconds by default.
12 files changed:
Doc/library/asyncio-eventloop.rst
Lib/asyncio/base_events.py
Lib/asyncio/constants.py
Lib/asyncio/events.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/asyncio/sslproto.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_sslproto.py
Misc/ACKS
Misc/NEWS.d/next/Library/2017-12-13-19-02-38.bpo-29970.uxVOpk.rst [new file with mode: 0644]