mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
bpo-23749: Implement loop.start_tls() (#5039)
This commit is contained in:
parent
bbdb17d19b
commit
f111b3dcb4
10 changed files with 580 additions and 54 deletions
|
@ -694,6 +694,8 @@ class _SelectorTransport(transports._FlowControlMixin,
|
|||
|
||||
class _SelectorSocketTransport(_SelectorTransport):
|
||||
|
||||
_start_tls_compatible = True
|
||||
|
||||
def __init__(self, loop, sock, protocol, waiter=None,
|
||||
extra=None, server=None):
|
||||
super().__init__(loop, sock, protocol, extra, server)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue