Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ close
Method
close
mitmproxy/net/tls.py:132–135 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
130
self.f.flush()
131
132
def
close(self):
133
with
self.lock:
134
if
self.f is not None:
135
self.f.close()
136
137
138
def
make_master_secret_logger(filename: str | None) -> MasterSecretLogger | None:
Callers
15
deploy-microsoft-store.py
File · 0.45
conftest.py
File · 0.45
run_async
Function · 0.45
test_websocket
Method · 0.45
test_websocket_filter_application
Method · 0.45
test_reuse
Function · 0.45
test_tcp_start_stop
Function · 0.45
test_tcp_timeout
Function · 0.45
test_transparent
Function · 0.45
_echo_server
Function · 0.45
test_wireguard_dual_stack
Function · 0.45
test_udp_start_stop
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_websocket
Method · 0.36
test_websocket_filter_application
Method · 0.36
test_reuse
Function · 0.36
test_tcp_start_stop
Function · 0.36
test_tcp_timeout
Function · 0.36
test_transparent
Function · 0.36
_echo_server
Function · 0.36
test_wireguard_dual_stack
Function · 0.36
test_udp_start_stop
Function · 0.36
test_dual_stack
Function · 0.36
test_dns_start_stop
Function · 0.36
test_tun_mode
Function · 0.36