Skip to content

Commit 36b3fc2

Browse files
authored
Merge pull request #21043 from openshift-cherrypick-robot/cherry-pick-20873-to-release-3.11
[release-3.11] Router metrics change to use http1 cockroach db matcher The GCP test has taken two hours and we need to make the 8PM ET build window.
2 parents ad967f1 + cdf7112 commit 36b3fc2

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)