Skip to content

Commit

Permalink
Merge pull request #20873 from ramr/fix-bugz1623632
Browse files Browse the repository at this point in the history
Router metrics change to use http1 cockroach db matcher
  • Loading branch information
openshift-merge-robot authored Sep 7, 2018
2 parents c9fe1da + 34e021b commit f243068
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 f243068

Please sign in to comment.