-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
remove gQUIC support from Envoy #16642
Comments
We should also make sure h3-29 EoL is made clear, given it isn't expected to last a year. |
What's this about? |
When QUIC goes GA in Envoy it will only support the RFC 9000 version ( |
Commit Message: Remove support of Google QUIC. QUICHE supports both IETF QUIC and Google QUIC. Given that IETF QUIC has been launched by Google and Google QUIC will be deprecated soon, remove the support of Google QUIC will lower the future maintenance burden. Risk Level: low Testing: existing tests passed Fixes #16642 Signed-off-by: Dan Zhang <[email protected]>
Commit Message: Remove support of Google QUIC. QUICHE supports both IETF QUIC and Google QUIC. Given that IETF QUIC has been launched by Google and Google QUIC will be deprecated soon, remove the support of Google QUIC will lower the future maintenance burden. Risk Level: low Testing: existing tests passed Fixes envoyproxy#16642 Signed-off-by: Dan Zhang <[email protected]>
Signed-off-by: Dan Zhang [email protected] Commit Message: add back draft 29 support. Risk Level: low Testing: added unit test and integration test Follow up on #16642
or at least make it clear it's going away fairly soon, and is not sticking around for the standard 1 year data plane SLO
The text was updated successfully, but these errors were encountered: