mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 08:36:55 +03:00
Currently, the `httpserver` disabled HTTP/2 support by design, because: ``` // Disable http/2, since it doesn't give any advantages for VictoriaMetrics services. ``` As VictoriaLogs and VictoriaTraces rely on `httpserver`, in order to support gRPC over HTTP/2, an option to support HTTP/2 is required. Related PR https://github.com/VictoriaMetrics/VictoriaMetrics/pull/9881