Update QUICHE from b030612c6 to fdf95d751#20567
Merged
alyssawilk merged 1 commit intoenvoyproxy:mainfrom Mar 29, 2022
Merged
Conversation
https://github.com/google/quiche/compare/b030612c6..fdf95d751 $ git log b030612c6..fdf95d751 --date=short --no-merges --format="%ad %al %s" 2022-03-28 birenroy Explicitly adds "host" to the set of accepted request headers, and allows "host" in place of ":authority". 2022-03-28 diannahu Allow NgHttp2Adapter to remove `sources_` map entries via CallbackVisitor. 2022-03-25 fayang Send connection close packet for QUIC_INVALID_VERSION, behind client_connection_option INVC. 2022-03-25 ramosalex Changed one assertion to use matchers instead of size and index check. 2022-03-25 diannahu Make oghttp2 reject connection-specific headers during header validation. 2022-03-25 haoyuewang Internal change 2022-03-24 fayang Automated g4 rollback of changelist 436769765. 2022-03-24 fayang Log QUIC_BUG if connection sends multiple connection closes. 2022-03-23 diannahu Fix oghttp2 to reject 204 responses with a body, even with no content-length header. 2022-03-23 fayang Flush creator after MaybeCoalescePacketOfHigherSpace. This would allow connection to coalesce HANDSHAKE + 1-RTT packets while there is an INITIAL in the coalescer. 2022-03-23 danzh Deprecate --gfe2_reloadable_flag_quic_pass_path_response_to_validator. 2022-03-23 fayang Reporting ACK delay based on packet receipt time (rather than packet process time). 2022-03-22 fayang On the server side, drop packets with changed server address silently. Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
|
CC @envoyproxy/dependency-shepherds: Your approval is needed for changes made to |
Contributor
|
/lgtm deps |
RyanTheOptimist
approved these changes
Mar 29, 2022
ravenblackx
pushed a commit
to ravenblackx/envoy
that referenced
this pull request
Jun 8, 2022
https://github.com/google/quiche/compare/b030612c6..fdf95d751 $ git log b030612c6..fdf95d751 --date=short --no-merges --format="%ad %al %s" 2022-03-28 birenroy Explicitly adds "host" to the set of accepted request headers, and allows "host" in place of ":authority". 2022-03-28 diannahu Allow NgHttp2Adapter to remove `sources_` map entries via CallbackVisitor. 2022-03-25 fayang Send connection close packet for QUIC_INVALID_VERSION, behind client_connection_option INVC. 2022-03-25 ramosalex Changed one assertion to use matchers instead of size and index check. 2022-03-25 diannahu Make oghttp2 reject connection-specific headers during header validation. 2022-03-25 haoyuewang Internal change 2022-03-24 fayang Automated g4 rollback of changelist 436769765. 2022-03-24 fayang Log QUIC_BUG if connection sends multiple connection closes. 2022-03-23 diannahu Fix oghttp2 to reject 204 responses with a body, even with no content-length header. 2022-03-23 fayang Flush creator after MaybeCoalescePacketOfHigherSpace. This would allow connection to coalesce HANDSHAKE + 1-RTT packets while there is an INITIAL in the coalescer. 2022-03-23 danzh Deprecate --gfe2_reloadable_flag_quic_pass_path_response_to_validator. 2022-03-23 fayang Reporting ACK delay based on packet receipt time (rather than packet process time). 2022-03-22 fayang On the server side, drop packets with changed server address silently. Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
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.
https://github.com/google/quiche/compare/b030612c6..fdf95d751
$ git log b030612c6..fdf95d751 --date=short --no-merges --format="%ad %al %s"
2022-03-28 birenroy Explicitly adds "host" to the set of accepted request headers, and allows "host" in place of ":authority".
2022-03-28 diannahu Allow NgHttp2Adapter to remove
sources_map entries via CallbackVisitor.2022-03-25 fayang Send connection close packet for QUIC_INVALID_VERSION, behind client_connection_option INVC.
2022-03-25 ramosalex Changed one assertion to use matchers instead of size and index check.
2022-03-25 diannahu Make oghttp2 reject connection-specific headers during header validation.
2022-03-25 haoyuewang Internal change
2022-03-24 fayang Automated g4 rollback of changelist 436769765.
2022-03-24 fayang Log QUIC_BUG if connection sends multiple connection closes.
2022-03-23 diannahu Fix oghttp2 to reject 204 responses with a body, even with no content-length header.
2022-03-23 fayang Flush creator after MaybeCoalescePacketOfHigherSpace. This would allow connection to coalesce HANDSHAKE + 1-RTT packets while there is an INITIAL in the coalescer.
2022-03-23 danzh Deprecate --gfe2_reloadable_flag_quic_pass_path_response_to_validator.
2022-03-23 fayang Reporting ACK delay based on packet receipt time (rather than packet process time).
2022-03-22 fayang On the server side, drop packets with changed server address silently.
Signed-off-by: Alyssa Wilk alyssar@chromium.org
Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]