forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 1
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
sync from master. #72
Merged
Merged
Conversation
This file contains 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
Fix format issue to pass pre-push check. Signed-off-by: Long Dai <[email protected]>
Fixing a merge race Signed-off-by: Alyssa Wilk <[email protected]>
Both HeaderMapImpl::copyFrom() and HeaderUtility::addHeaders() have exactly the same implementation, so remove the latter. Signed-off-by: Piotr Sikora <[email protected]>
Signed-off-by: Long Dai <[email protected]>
Risk Level: Medium (some data plane refactors, mostly no-ops for !HTTP/3) Testing: turned up HTTP/3 upstream SDS integration tests Docs Changes: n/a Release Notes: n/a part of #14829 Signed-off-by: Alyssa Wilk <[email protected]>
…or (#16549) Signed-off-by: rialg <[email protected]>
Move the inclusion of `socket_option_impl.h` from the header to the source to reduce its exposure. Signed-off-by: James Peach <[email protected]>
Signed-off-by: Alyssa Wilk <[email protected]>
Signed-off-by: Long Dai <[email protected]>
According to the GRPC spec https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md The values in the initial metadata can be any valid ASCII character in case of a non binary header type. Risk Level: Low Testing: Unit Tests Docs Changes:N/A Release Notes: Fixing GRPC initial metadata validation for ASCII characters Signed-off-by: Omri Zohar <[email protected]>
This makes it possible for a processor to add a body to a request or response that does not have one, or replace the entire body in the response from a header callback without otherwise touching it. Signed-off-by: Gregory Brail <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>
Risk Level: n/a (test only) Testing: yes Docs Changes: n/a Release Notes: n/a Signed-off-by: Alyssa Wilk <[email protected]>
Signed-off-by: Manish Kumar <[email protected]>
Signed-off-by: Alyssa Wilk <[email protected]>
Adding runtime helper protobuf messages for RuntimeUInt32. TODO(WeavingGao): use for Risk Level: Low Testing: Unit Test Docs Changes: N/A Release Notes: N/A part of #16392 Signed-off-by: gaoweiwen <[email protected]>
…ctivate_timers_next_event_loop' (#16221) Commit Message: event: Remove obsolete runtime guard for 'envoy.reloadable_features.activate_timers_next_event_loop' Risk Level: low Testing: n/a Docs Changes: n/a Release Notes: added Platform Specific Features: n/a Fixes #16003 Signed-off-by: Antonio Vicente <[email protected]>
Signed-off-by: Paul Gallagher <[email protected]>
Signed-off-by: Piotr Sikora <[email protected]>
Signed-off-by: James Peach <[email protected]>
Signed-off-by: Yiming Jin <[email protected]>
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.
For an explanation of how to fill out the fields, please see the relevant section
in PULL_REQUESTS.md
Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Deprecated:]
[Optional API Considerations:]