Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change
http2MaxRequests
setting to maxRequests
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