summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/sslproto.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-01-15 12:23:36 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2015-01-15 12:23:36 (GMT)
commit7d78d0d91c1765cfdf6aa990d008c8a093f3ce4a (patch)
tree268cb7401048d627c38ea7cb5294ed36e9ebdd31 /Lib/asyncio/sslproto.py
parentfe47e66792dd32420c705796bc7e3445b0fc6292 (diff)
parent02392c92820d8633ccf906e8c3d0fdb2fe16e5ba (diff)
downloadcpython-7d78d0d91c1765cfdf6aa990d008c8a093f3ce4a.zip
cpython-7d78d0d91c1765cfdf6aa990d008c8a093f3ce4a.tar.gz
cpython-7d78d0d91c1765cfdf6aa990d008c8a093f3ce4a.tar.bz2
Merge 3.4 (asyncio)
Diffstat (limited to 'Lib/asyncio/sslproto.py')
-rw-r--r--Lib/asyncio/sslproto.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/asyncio/sslproto.py b/Lib/asyncio/sslproto.py
index c7fb4e7..117dc56 100644
--- a/Lib/asyncio/sslproto.py
+++ b/Lib/asyncio/sslproto.py
@@ -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.