quic: remove duplicate code in QUIC encodeData(), encodeMetadata() and encodeTrailers() implementations#32570
Merged
mattklein123 merged 11 commits intoenvoyproxy:mainfrom Feb 28, 2024
Merged
Conversation
Signed-off-by: Ryan Hamilton <rch@google.com>
Signed-off-by: Ryan Hamilton <rch@google.com>
Contributor
Author
|
/assign @danzh2010 |
Signed-off-by: Ryan Hamilton <rch@google.com>
Signed-off-by: Ryan Hamilton <rch@google.com>
Contributor
Author
|
@danzh2010 friendly ping |
Member
|
/wait-any |
danzh2010
reviewed
Feb 27, 2024
danzh2010
approved these changes
Feb 27, 2024
Contributor
Discussed offline, this can be done as a follow up. |
Contributor
Author
Great, thanks! Over to you, @mattklein123 |
mattklein123
approved these changes
Feb 28, 2024
Contributor
Author
|
/retest |
steveWang
added a commit
to steveWang/envoy
that referenced
this pull request
Mar 6, 2024
envoy.reloadable_features.quiche_use_mem_slice_releasor_api is no longer used as of envoyproxy#32570. Signed-off-by: Steve Wang <wangsteve@google.com>
RyanTheOptimist
pushed a commit
that referenced
this pull request
Mar 6, 2024
envoy.reloadable_features.quiche_use_mem_slice_releasor_api is no longer used as of #32570. Signed-off-by: Steve Wang <wangsteve@google.com>
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.
quic: remove duplicate code in QUIC
encodeData(),encodeMetadata()andencodeTrailers()implementationsAdd a
QuicSpdyStream&member toEnvoyQuicStreamso that theencodeData(),encodeMetadata()andencodeTrailers()implementation can be moved to EnvoyQuicStream and out of the subclasses.Risk Level: Low
Testing: Existing
Docs Changes: N/A
Release Notes: N/A