MCPcopy
hub / github.com/benoitc/gunicorn / cleanup_stream

Method cleanup_stream

gunicorn/http2/async_connection.py:583–585  ·  view source on GitHub ↗

Remove a stream after processing is complete.

(self, stream_id)

Source from the content-addressed store, hash-verified

581 return self._closed
582
583 def cleanup_stream(self, stream_id):
584 """Remove a stream after processing is complete."""
585 self.streams.pop(stream_id, None)
586
587 def __repr__(self):
588 return (

Callers 5

send_responseMethod · 0.95
send_dataMethod · 0.95
send_trailersMethod · 0.95
test_cleanup_streamMethod · 0.95

Calls

no outgoing calls

Tested by 1

test_cleanup_streamMethod · 0.76