Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ tcp_error
Method
tcp_error
mitmproxy/addons/save.py:160–161 ·
view source on GitHub ↗
(self, flow: tcp.TCPFlow)
Source
from the content-addressed store, hash-verified
158
self.save_flow(flow)
159
160
def
tcp_error(self, flow: tcp.TCPFlow):
161
self.tcp_end(flow)
162
163
def
udp_start(self, flow: udp.UDPFlow):
164
if
self.stream:
Callers
1
test_tcp
Function · 0.95
Calls
1
tcp_end
Method · 0.95
Tested by
1
test_tcp
Function · 0.76