aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/protocols/websockets.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2018-01-07 20:21:49 +0100
committerGitHub <noreply@github.com>2018-01-07 20:21:49 +0100
commit94a173ab9c54c9f8a669c92cf77adcfbe902d565 (patch)
tree346bc53ed2a4aff60eb8b44302952dcf30eeb629 /pathod/protocols/websockets.py
parentc1dad83b32a39cdc2db8168de51a4c3061292f36 (diff)
parent4fb894cad4cf1c1d4a89eef8af35d4523a198f28 (diff)
downloadmitmproxy-94a173ab9c54c9f8a669c92cf77adcfbe902d565.tar.gz
mitmproxy-94a173ab9c54c9f8a669c92cf77adcfbe902d565.tar.bz2
mitmproxy-94a173ab9c54c9f8a669c92cf77adcfbe902d565.zip
Merge pull request #2764 from Kriechi/ssl-tls
rename attributes, function and class names: s/ssl/tls/
Diffstat (limited to 'pathod/protocols/websockets.py')
-rw-r--r--pathod/protocols/websockets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathod/protocols/websockets.py b/pathod/protocols/websockets.py
index 2d1f1bf6..63e6ee0b 100644
--- a/pathod/protocols/websockets.py
+++ b/pathod/protocols/websockets.py
@@ -30,7 +30,7 @@ class WebsocketsProtocol:
),
cipher=None,
)
- if self.pathod_handler.ssl_established:
+ if self.pathod_handler.tls_established:
retlog["cipher"] = self.pathod_handler.get_current_cipher()
self.pathod_handler.addlog(retlog)
ld = language.websockets.NESTED_LEADER