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

Add disable_h2 and matching h5vcc.settings #3979

Merged
merged 1 commit into from
Aug 13, 2024

Commits on Aug 13, 2024

  1. Add disable_h2 and matching h5vcc.settings

    This adds a command-line switch `disable_h2` that disables the HTTP/2
    protocol (spdy), and a matching `h5vcc.settings` parameter 'HTTP2' (with
    backing by `PersistentSettings`) for run-time disabling of HTTP/2 and
    spdy. Similar to 'QUIC' and 'HTTP3', the setting takes effect
    immediately for new connections only.
    
    This also ensures that when the command-line parameter `disable_quic`
    or the new `disable_h2` is used, that that can not be overuled later
    with `5vcc.settings` or from the corresponding `PersistentSetting`.
    
    b/205134049
    jellefoks committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    0b88c8d View commit details
    Browse the repository at this point in the history