diff options
-rw-r--r-- | libmproxy/protocol/tls.py | 4 |
1 files changed, 0 insertions, 4 deletions
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, |