Skip to content

Commit

Permalink
Change http2MaxRequests setting to maxRequests
Browse files Browse the repository at this point in the history
The combination of H1 and H2 conn_pool implementations makes `max_requests` to
work for both H1 and H2 in Envoy proxy
(envoyproxy/envoy#9215).

In accordance with this change, this patch updated the field `http2MaxRequests`
of `ConnectionPoolSettings.HTTPSettings` in DestinationRule API to `maxRequests`
to resolve the outdated H1 only implications/misunderstandings for the field.

Addresses istio/istio#27473

Signed-off-by: Kailun Qin <[email protected]>
  • Loading branch information
kailun-qin committed Feb 3, 2021
1 parent 27f2080 commit 903f20c
Show file tree
Hide file tree
Showing 12 changed files with 337 additions and 327 deletions.
34 changes: 17 additions & 17 deletions kubernetes/customresourcedefinitions.gen.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networking/v1alpha3/destination_rule.gen.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 903f20c

Please sign in to comment.