Skip to content

Commit

Permalink
Merge pull request #21043 from openshift-cherrypick-robot/cherry-pick…
Browse files Browse the repository at this point in the history
…-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.
  • Loading branch information
knobunc authored Sep 19, 2018
2 parents ad967f1 + cdf7112 commit 36b3fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/router/metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 36b3fc2

Please sign in to comment.