MCPcopy
hub / github.com/benoitc/gunicorn / force_close

Method force_close

gunicorn/http/wsgi.py:304–305  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

302 self.cfg = cfg
303
304 def force_close(self):
305 self.must_close = True
306
307 def should_close(self):
308 if self.must_close or self.req.should_close():

Callers 3

handle_requestMethod · 0.45
handle_requestMethod · 0.45
handle_requestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected