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

Class _HTTPServer

gunicorn/workers/gtornado.py:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 worker = self
102
103 class _HTTPServer(tornado.httpserver.HTTPServer):
104
105 def on_close(self, server_conn):
106 worker.handle_request()
107 super().on_close(server_conn)
108
109 if self.cfg.is_ssl:
110 server = _HTTPServer(app, ssl_options=ssl_context(self.cfg))

Callers 1

runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected