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

Cherry pick PR #3979: Add disable_h2 and matching h5vcc.settings #3981

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

cobalt-github-releaser-bot
Copy link
Collaborator

Refer to the original PR: #3979

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

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

(cherry picked from commit 2ca4fc9)
@jellefoks jellefoks enabled auto-merge (squash) August 13, 2024 21:10
@jellefoks jellefoks merged commit 0fb823c into 25.lts.1+ Aug 13, 2024
299 checks passed
@jellefoks jellefoks deleted the cherry-pick-25.lts.1+-3979 branch August 13, 2024 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants