增加flask启动端口检测,增加H2协议的支持。

This commit is contained in:
2025-11-17 17:13:22 +08:00
parent 13c7930f88
commit 317fc2586a
8 changed files with 144 additions and 18 deletions

View File

@@ -26,7 +26,7 @@ def _force_utf8_everywhere():
except Exception:
pass
# _force_utf8_everywhere()
_force_utf8_everywhere()
class LogManager:
"""