Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Sotiris Nanopoulos <[email protected]>
  • Loading branch information
davinci26 committed Oct 25, 2023
1 parent 5d0f39d commit 046a524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/contour/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ func (s *Server) doServe() error {
globalRateLimitService: contourConfiguration.RateLimitService,
maxRequestsPerConnection: contourConfiguration.Envoy.Cluster.MaxRequestsPerConnection,
perConnectionBufferLimitBytes: contourConfiguration.Envoy.Cluster.PerConnectionBufferLimitBytes,
sortHTTProxyRoutes: contour_api_v1alpha1.ShouldSortHTTPProxyRoutes(),
sortHTTProxyRoutes: contourConfiguration.FeatureFlags.RouteSortingEnabled(),

Check warning on line 554 in cmd/contour/serve.go

View check run for this annotation

Codecov / codecov/patch

cmd/contour/serve.go#L554

Added line #L554 was not covered by tests
})

// Build the core Kubernetes event handler.
Expand Down

0 comments on commit 046a524

Please sign in to comment.