Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change http2MaxRequests setting to maxRequests #1871

Closed
wants to merge 1 commit into from

Commits on Feb 3, 2021

  1. 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]>
    kailun-qin committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    903f20c View commit details
    Browse the repository at this point in the history