Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ close
Method
close
gunicorn/http/wsgi.py:485–489 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
483
self.write(item)
484
485
def
close(self):
486
if
not self.headers_sent:
487
self.send_headers()
488
if
self.chunked:
489
util.write_chunk(self.sock, b
""
)
Callers
3
_close_transport
Method · 0.45
_handle_http2_connection
Method · 0.45
_send
Method · 0.45
Calls
1
send_headers
Method · 0.95
Tested by
no test coverage detected