Commit 7e222f41 authored by Victor Stinner's avatar Victor Stinner

SSLProtocol: set the _transport attribute in the constructor

parent 791009bb
......@@ -417,6 +417,7 @@ class SSLProtocol(protocols.Protocol):
self._session_established = False
self._in_handshake = False
self._in_shutdown = False
self._transport = None
def connection_made(self, transport):
"""Called when the low-level connection is made.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment