diff options
| author | Victor Stinner <victor.stinner@gmail.com> | 2015-01-15 12:23:36 (GMT) |
|---|---|---|
| committer | Victor Stinner <victor.stinner@gmail.com> | 2015-01-15 12:23:36 (GMT) |
| commit | 7d78d0d91c1765cfdf6aa990d008c8a093f3ce4a (patch) | |
| tree | 268cb7401048d627c38ea7cb5294ed36e9ebdd31 /Lib/asyncio/sslproto.py | |
| parent | fe47e66792dd32420c705796bc7e3445b0fc6292 (diff) | |
| parent | 02392c92820d8633ccf906e8c3d0fdb2fe16e5ba (diff) | |
| download | cpython-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.py | 1 |
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. |
