feat: implement HTTPUpgrade in BTP#5374
Merged
zirain merged 10 commits intoenvoyproxy:mainfrom Mar 13, 2025
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5374 +/- ##
==========================================
- Coverage 65.31% 65.30% -0.01%
==========================================
Files 213 213
Lines 33942 33956 +14
==========================================
+ Hits 22168 22175 +7
- Misses 10447 10453 +6
- Partials 1327 1328 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
97d0260 to
0cc7d38
Compare
Member
|
Does this PR also address the HTTP CONNECT use case? Or HTTP CONNECT will be supported in a follow-up PR? |
Contributor
hey @zhaohuabing I plan on addressing that in a follow up PR |
0cc7d38 to
9de15af
Compare
arkodg
reviewed
Mar 7, 2025
arkodg
reviewed
Mar 7, 2025
internal/gatewayapi/testdata/backendtrafficpolicy-http-upgrade.in.yaml
Outdated
Show resolved
Hide resolved
9de15af to
718a8e1
Compare
arkodg
reviewed
Mar 8, 2025
internal/xds/translator/testdata/out/xds-ir/http-upgrade-enable-spdy.routes.yaml
Outdated
Show resolved
Hide resolved
a0c6109 to
b2546fe
Compare
arkodg
reviewed
Mar 12, 2025
arkodg
reviewed
Mar 12, 2025
zhaohuabing
approved these changes
Mar 13, 2025
Signed-off-by: zirain <zirain2009@gmail.com>
Signed-off-by: zirain <zirain2009@gmail.com>
Signed-off-by: zirain <zirain2009@gmail.com>
Signed-off-by: zirain <zirain2009@gmail.com>
Signed-off-by: zirain <zirain2009@gmail.com>
b5b1c1c to
d018b6c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
xref: #5300
fixes: #4859 #5276