Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ error
Method
error
mitmproxy/addons/dumper.py:293–295 ·
view source on GitHub ↗
(self, f)
Source
from the content-addressed store, hash-verified
291
self.echo_flow(f)
292
293
def
error(self, f):
294
if
self.match(f):
295
self.echo_flow(f)
296
297
def
http_connect_error(self, f):
298
if
self.match(f):
Callers
1
test_simple
Function · 0.95
Calls
2
match
Method · 0.95
echo_flow
Method · 0.95
Tested by
1
test_simple
Function · 0.76