Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/uvicorn
/ close
Method
close
tests/protocols/test_http.py:188–190 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
186
self.buffer += data
187
188
def
close(self):
189
assert not self.closed
190
self.closed = True
191
192
def
pause_reading(self):
193
self.read_paused = True
Callers
3
send_fragmented_req
Function · 0.45
websocket_session
Function · 0.45
test_client_connection_lost
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected