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

Method _keepalive_timeout

gunicorn/asgi/protocol.py:668–670  ·  view source on GitHub ↗

Called when keepalive timeout expires.

(self)

Source from the content-addressed store, hash-verified

666 self._keepalive_handle = None
667
668 def _keepalive_timeout(self):
669 """Called when keepalive timeout expires."""
670 self._close_transport()
671
672 def connection_lost(self, exc):
673 """Called when the connection is lost or closed.

Callers

nothing calls this directly

Calls 1

_close_transportMethod · 0.95

Tested by

no test coverage detected