MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / kill

Function kill

test/mitmproxy/proxy/layers/http/test_http.py:1264–1265  ·  view source on GitHub ↗
(flow: HTTPFlow)

Source from the content-addressed store, hash-verified

1262 flow = Placeholder(HTTPFlow)
1263
1264 def kill(flow: HTTPFlow):
1265 flow.kill()
1266
1267 def assert_kill(err_hook: bool = True):
1268 playbook >> reply(side_effect=kill)

Callers

nothing calls this directly

Calls 1

killMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…