Skip to content

http3: Change Envoy's HTTP/3 implementation to validate pseudo headers #39615

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

RyanTheOptimist
Copy link
Contributor

Can be disabled by setting envoy.restart_features.do_not_validate_http3_pseudo_headers to false.

Can be disabled by setting ``envoy.restart_features.do_not_validate_http3_pseudo_headers`` to false.

Signed-off-by: Ryan Hamilton <[email protected]>
Copy link

CC @envoyproxy/runtime-guard-changes: FYI only for changes made to (source/common/runtime/runtime_features.cc).

🐱

Caused by: #39615 was opened by RyanTheOptimist.

see: more, trace.

@RyanTheOptimist
Copy link
Contributor Author

/assign @yanavlasov

@RyanTheOptimist
Copy link
Contributor Author

/retest

@@ -967,7 +967,8 @@ TEST_P(QuicHttpIntegrationTest, DeferredLoggingWithQuicReset) {
EXPECT_EQ(/* request headers */ metrics.at(19), metrics.at(20));
}

TEST_P(QuicHttpIntegrationTest, DeferredLoggingWithEnvoyReset) {
// TODO(RyanTheOptimist): Re-enable after figuring out how to cause this reset.
// TEST_P(QuicHttpIntegrationTest, DeferredLoggingWithEnvoyReset) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// TEST_P(QuicHttpIntegrationTest, DeferredLoggingWithEnvoyReset) {
// TEST_P(QuicHttpIntegrationTest, DISABLED_DeferredLoggingWithEnvoyReset) {

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, how did I mess that up? Fixed.

Signed-off-by: Ryan Hamilton <[email protected]>
yanavlasov
yanavlasov previously approved these changes May 23, 2025
Signed-off-by: Ryan Hamilton <[email protected]>
Signed-off-by: Ryan Hamilton <[email protected]>
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