Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/uvicorn
/ is_closing
Method
is_closing
tests/protocols/test_http.py:198–199 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
196
self.read_paused = False
197
198
def
is_closing(self):
199
return
self.closed
200
201
def
clear_buffer(self):
202
self.buffer = b
""
Callers
15
test_invalid_header_name
Function · 0.45
test_keepalive
Function · 0.45
test_keepalive_timeout
Function · 0.45
test_close
Function · 0.45
test_chunked_encoding
Function · 0.45
test_chunked_encoding_empty_body
Function · 0.45
test_chunked_encoding_head_request
Function · 0.45
test_undersized_request
Function · 0.45
test_oversized_request
Function · 0.45
test_invalid_http
Function · 0.45
test_app_exception
Function · 0.45
test_exception_during_response
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected