Disable Gzip compression for WebSocket endpoint

This commit is contained in:
Lloyd
2026-02-01 22:53:03 +00:00
parent 7103103cf7
commit adbdc5e3a4

View File

@@ -334,6 +334,7 @@ class HTTPStatsServer:
"tools.websocket.handler_cls": PacketWebSocket,
"tools.trailing_slash.on": False,
"tools.require_auth.on": False,
"tools.gzip.on": False,
}
logger.info("WebSocket endpoint configured at /ws/packets")
except Exception as e: