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

Method on_close

mitmproxy/tools/web/app.py:398–400  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

396 )
397
398 def on_close(self):
399 self.connections.discard(self)
400 self._send_task.cancel()
401
402 @classmethod
403 def broadcast(cls, **kwargs):

Callers 1

send_taskMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected