MCPcopy
hub / github.com/mitmproxy/mitmproxy / ConnectionClosed

Class ConnectionClosed

mitmproxy/proxy/events.py:58–61  ·  view source on GitHub ↗

Remote has closed a connection.

Source from the content-addressed store, hash-verified

56
57
58class ConnectionClosed(ConnectionEvent):
59 """
60 Remote has closed a connection.
61 """
62
63
64class CommandCompleted(Event):

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…