Bence Béky
Bence Béky
Signed-off-by: Bence Béky Commit Message: [balsa] Reject invalid characters. Additional Description: Protected by default-false runtime flag. Risk Level: low Testing: //test/common/http/http1:codec_impl_test Docs Changes: n/a Release Notes: n/a Platform Specific Features:...
The current HTTP/1 codec is [http-parser](https://github.com/nodejs/http-parser). The plan is to transition Envoy to use [Balsa](https://github.com/google/quiche/tree/main/quiche/balsa) instead. [edit: fix link]
Do not check in. This PR is to see what fails in presubmit. Signed-off-by: Bence Béky Commit Message: Additional Description: Risk Level: Testing: Docs Changes: Release Notes: Platform Specific Features:...
This test does not fail for me locally. The current PR is to find out what presubmit test fails on GitHub. Signed-off-by: Bence Béky Commit Message: Additional Description: Risk Level:...
These characters are invalid according to RFC9110 Section 5.5 [1]. Either the message must be rejected, or the characters replaced by SP according to the RFC. These tests confirm that...