Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/uvicorn
/ eof_received
Method
eof_received
uvicorn/protocols/http/h11_impl.py:131–132 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
129
self._unset_keepalive_if_required()
130
131
def
eof_received(self) -> None:
132
pass
133
134
def
_unset_keepalive_if_required(self) -> None:
135
if
self.timeout_keep_alive_task is not None:
Callers
1
test_early_disconnect
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_early_disconnect
Function · 0.36