@@ -217,3 +217,5 @@ if __name__ == '__main__':
logging.info("Please consider using SSL.")
certificate, key = None, None
server.run()
+
+# TODO: https://pymotw.com/3/asyncio/ssl.html (replace eof with zero-byte)