Skip to content

Commit cdf7112

Browse files
ramropenshift-cherrypick-robot
authored and
openshift-cherrypick-robot
committed
Router metrics use slower http1 check for backward compatibility.
1 parent 467b468 commit cdf7112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/router/metrics/metrics.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func (l Listener) Listen() {
132132
m := cmux.New(tcpl)
133133

134134
// match HTTP first
135-
httpl := m.Match(cmux.HTTP1Fast())
135+
httpl := m.Match(cmux.HTTP1())
136136
go func() {
137137
s := &http.Server{
138138
Handler: handler,

0 commit comments

Comments
 (0)