MCPcopy
hub / github.com/tornadoweb/tornado / on_connection_close

Method on_connection_close

tornado/test/web_test.py:570–572  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

568 self.stream.close()
569
570 def on_connection_close(self):
571 logging.debug("connection closed")
572 self.stop()
573
574
575class EchoHandler(RequestHandler):

Callers 2

on_connection_closeMethod · 0.45
on_connection_closeMethod · 0.45

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected