diff --git a/pkg/router/metrics/metrics.go b/pkg/router/metrics/metrics.go index 1f27afb30260..f9b72e79d9d3 100644 --- a/pkg/router/metrics/metrics.go +++ b/pkg/router/metrics/metrics.go @@ -132,7 +132,7 @@ func (l Listener) Listen() { m := cmux.New(tcpl) // match HTTP first - httpl := m.Match(cmux.HTTP1Fast()) + httpl := m.Match(cmux.HTTP1()) go func() { s := &http.Server{ Handler: handler,