Queer European MD passionate about IT
Parcourir la source

TODO: adjust to ssl

Davte il y a 5 ans
Parent
commit
f7a9f76aad
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/server.py

+ 2 - 0
src/server.py

@@ -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)