MCPcopy
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_transportMethod · 0.45
_sendMethod · 0.45

Calls 1

send_headersMethod · 0.95

Tested by

no test coverage detected