From 11b289d3c7f8c0bae8ec2f570399fcc44675bdd8 Mon Sep 17 00:00:00 2001 From: David Weinstein Date: Tue, 26 Jan 2016 11:28:19 -0500 Subject: remove client_tls property from TlsLayer --- libmproxy/protocol/tls.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libmproxy/protocol') diff --git a/libmproxy/protocol/tls.py b/libmproxy/protocol/tls.py index 07b9f353..f05648ac 100644 --- a/libmproxy/protocol/tls.py +++ b/libmproxy/protocol/tls.py @@ -388,10 +388,6 @@ class TlsLayer(Layer): def alpn_for_client_connection(self): return self.server_conn.get_alpn_proto_negotiated() - @property - def client_tls(self): - return self._client_tls - def __alpn_select_callback(self, conn_, options): """ Once the client signals the alternate protocols it supports, -- cgit v1.2.3