Skip to content

Commit

Permalink
Router metrics use slower http1 check for backward compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramr authored and openshift-cherrypick-robot committed Sep 19, 2018
1 parent 467b468 commit cdf7112
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 cdf7112

Please sign in to comment.