mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 10:16:27 +00:00
remove client_tls property from TlsLayer
This commit is contained in:
parent
21ddd5e503
commit
11b289d3c7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user