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

Class DropStream

mitmproxy/proxy/layers/http/__init__.py:153–156  ·  view source on GitHub ↗

Signal to the HTTP layer that this stream is done processing and can be dropped from memory.

Source from the content-addressed store, hash-verified

151
152@dataclass
153class DropStream(HttpCommand):
154 """Signal to the HTTP layer that this stream is done processing and can be dropped from memory."""
155
156 stream_id: StreamId
157
158
159class HttpStream(layer.Layer):

Callers 2

flow_doneMethod · 0.85
handle_protocol_errorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…