Command to initiate an App to close
(self)
| 742 | self.wfile.write(self._overload(encode_text(content), filename="internal")) |
| 743 | |
| 744 | def close(self): |
| 745 | """ Command to initiate an App to close |
| 746 | """ |
| 747 | self._log.debug('shutting down...') |
| 748 | self.server.server_starter_instance.stop() |
| 749 | |
| 750 | def on_close(self): |
| 751 | """ Called by the server when the App have to be terminated |
no test coverage detected