mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-30 03:14:22 +00:00
remove TODO
This commit is contained in:
parent
a2ebcfe879
commit
7d69c3480b
@ -62,7 +62,7 @@ class RootContext(object):
|
|||||||
except TlsProtocolException as e:
|
except TlsProtocolException as e:
|
||||||
self.log("Cannot parse Client Hello: %s" % repr(e), "error")
|
self.log("Cannot parse Client Hello: %s" % repr(e), "error")
|
||||||
else:
|
else:
|
||||||
address = (client_hello.client_sni, 443) # TODO: may need to wrap that in tcp.Address?
|
address = (client_hello.client_sni, 443)
|
||||||
if self.config.check_ignore(address):
|
if self.config.check_ignore(address):
|
||||||
return RawTCPLayer(top_layer, logging=False)
|
return RawTCPLayer(top_layer, logging=False)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user