Skip to content

Update QUICHE from 1e04d1e30 to 0b75841d5#18862

Merged
alyssawilk merged 2 commits intoenvoyproxy:mainfrom
alyssawilk:merge
Nov 3, 2021
Merged

Update QUICHE from 1e04d1e30 to 0b75841d5#18862
alyssawilk merged 2 commits intoenvoyproxy:mainfrom
alyssawilk:merge

Conversation

@alyssawilk
Copy link
Copy Markdown
Contributor

https://github.com/google/quiche/compare/1e04d1e30..0b75841d5

$ git log 1e04d1e30..0b75841d5 --date=short --no-merges --format="%ad %al %s"

2021-11-01 dschinazi Internal change
2021-11-01 dschinazi Platformize AsciiUrlDecode
2021-11-01 wub Pass ParsedClientHello to QuicDispatcher::CreateQuicSession. This makes it easier to pass CHLO information into CreateQuicSession, which is responsible for creating a QUIC session.
2021-11-01 wub Deprecate --gfe2_reloadable_flag_quic_tls_disable_resumption_refactor.
2021-11-01 haoyuewang Internal change

Risk Level: low
Testing: n/a
Docs Changes: n/a
Release Notes: n/a

https://github.com/google/quiche/compare/1e04d1e30..0b75841d5

$ git log 1e04d1e30..0b75841d5 --date=short --no-merges --format="%ad %al %s"

2021-11-01 dschinazi Internal change
2021-11-01 dschinazi Platformize AsciiUrlDecode
2021-11-01 wub Pass ParsedClientHello to QuicDispatcher::CreateQuicSession. This makes it easier to pass CHLO information into CreateQuicSession, which is responsible for creating a QUIC session.
2021-11-01 wub Deprecate --gfe2_reloadable_flag_quic_tls_disable_resumption_refactor.
2021-11-01 haoyuewang Internal change

Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
@repokitteh-read-only repokitteh-read-only bot added the deps Approval required for changes to Envoy's external dependencies label Nov 2, 2021
@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 @htuch

🐱

Caused by: #18862 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 Nov 2, 2021
RyanTheOptimist
RyanTheOptimist previously approved these changes Nov 2, 2021
Copy link
Copy Markdown
Contributor

@RyanTheOptimist RyanTheOptimist left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great modulo one nit.

(I love seeing a summary of QUICHE changes in the PR description!)

absl::string_view alpn,
const quic::ParsedQuicVersion& version,
absl::string_view sni) override;
const quic::ParsedClientHello& sni) override;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: "sni" => "parsed_chlo"

Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
Copy link
Copy Markdown
Member

@htuch htuch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm deps

@alyssawilk alyssawilk merged commit 82261f5 into envoyproxy:main Nov 3, 2021
@alyssawilk alyssawilk deleted the merge branch August 4, 2022 00:57
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.

4 participants