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

Method signal_disconnect

gunicorn/asgi/protocol.py:198–201  ·  view source on GitHub ↗

Signal that the client transport has gone away.

(self)

Source from the content-addressed store, hash-verified

196 self._wake_waiter()
197
198 def signal_disconnect(self):
199 """Signal that the client transport has gone away."""
200 self._closed = True
201 self._wake_waiter()
202
203 @property
204 def _disconnected(self):

Calls 1

_wake_waiterMethod · 0.95