Skip to content

Update QUICHE from b030612c6 to fdf95d751#20567

Merged
alyssawilk merged 1 commit intoenvoyproxy:mainfrom
alyssawilk:quiche-roll-20220329085841
Mar 29, 2022
Merged

Update QUICHE from b030612c6 to fdf95d751#20567
alyssawilk merged 1 commit intoenvoyproxy:mainfrom
alyssawilk:quiche-roll-20220329085841

Conversation

@alyssawilk
Copy link
Copy Markdown
Contributor

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:]

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>
@repokitteh-read-only
Copy link
Copy Markdown

As a reminder, PRs marked as draft will not be automatically assigned reviewers,
or be handled by maintainer-oncall triage.

Please mark your PR as ready when you want it to be reviewed!

🐱

Caused by: #20567 was opened by alyssawilk.

see: more, trace.

@repokitteh-read-only repokitteh-read-only bot added the deps Approval required for changes to Envoy's external dependencies label Mar 29, 2022
@repokitteh-read-only
Copy link
Copy Markdown

CC @envoyproxy/dependency-shepherds: Your approval is needed for changes made to (bazel/.*repos.*\.bzl)|(bazel/dependency_imports\.bzl)|(api/bazel/.*\.bzl)|(.*/requirements\.txt)|(.*\.patch).
envoyproxy/dependency-shepherds assignee is @moderation

🐱

Caused by: #20567 was opened by alyssawilk.

see: more, trace.

@moderation
Copy link
Copy Markdown
Contributor

/lgtm deps

@repokitteh-read-only repokitteh-read-only bot removed the deps Approval required for changes to Envoy's external dependencies label Mar 29, 2022
@alyssawilk alyssawilk marked this pull request as ready for review March 29, 2022 15:59
@alyssawilk alyssawilk enabled auto-merge (squash) March 29, 2022 15:59
@alyssawilk alyssawilk merged commit 9280b51 into envoyproxy:main 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>
@alyssawilk alyssawilk deleted the quiche-roll-20220329085841 branch August 4, 2022 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants