Skip to content
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

quic::Update QUICHE from e87010ff9 to 96a9f6bd7 #19323

Merged
merged 2 commits into from
Dec 21, 2021

Conversation

danzh2010
Copy link
Contributor

@danzh2010 danzh2010 commented Dec 20, 2021

https://github.com/google/quiche/compare/e87010ff9..96a9f6bd7

$ git log e87010ff9..96a9f6bd7 --date=short --no-merges --format="%ad %al %s"

2021-12-16 quiche-dev Move oghttp2 shutdown tests to oghttp2_adapter_test.cc, and add analogous nghttp2 tests.
2021-12-16 quiche-dev Add ProcessBytesError entries for bad client magic and user callback failures.
2021-12-16 quiche-dev Refactor OgHttp2Session::ProcessBytes().
2021-12-14 quiche-dev Allow visitor_.OnFrameSent() to propagate a fatal send error, and do not retry sending on fatal send errors.
2021-12-14 quiche-dev Adds validation for 204 responses, which should carry no body.
2021-12-14 vasilvv Add public_key_type() accessor to quic::CertificateView.
2021-12-14 quiche-dev Return an nghttp2-compatible error value for OgHttp2Session::Send().
2021-12-14 quiche-dev Simplifies HeaderValidator error codes.
2021-12-14 quiche-dev Supports the :protocol pseudo-header for connect requests if SETTINGS_ENABLE_CONNECT_PROTOCOL is sent.
2021-12-13 quiche-dev Fix use-after-move in TlsConnection
2021-12-13 quiche-dev Don't crash if QuicServerConfigProtobuf is invalid.
2021-12-13 quiche-dev Return the vector of config ids by value, not via an output parameter.
2021-12-09 quiche-dev Tracks streams with ready metadata or trailers separately from write_scheduler_.
2021-12-09 haoyuewang Add knobs that enable QBONE to use IETF QUIC.
2021-12-08 quiche-dev Add max_header_bytes to OgHttp2Session::Options() and send in initial SETTINGS.

Signed-off-by: Dan Zhang [email protected]

Risk Level: Low
Testing: all existing tests passed
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A

https://github.com/google/quiche/compare/e87010ff9..96a9f6bd7

$ git log e87010ff9..96a9f6bd7 --date=short --no-merges --format="%ad %al %s"

2021-12-16 quiche-dev Move oghttp2 shutdown tests to oghttp2_adapter_test.cc, and add analogous nghttp2 tests.
2021-12-16 quiche-dev Add ProcessBytesError entries for bad client magic and user callback failures.
2021-12-16 quiche-dev Refactor OgHttp2Session::ProcessBytes().
2021-12-14 quiche-dev Allow visitor_.OnFrameSent() to propagate a fatal send error, and do not retry sending on fatal send errors.
2021-12-14 quiche-dev Adds validation for 204 responses, which should carry no body.
2021-12-14 vasilvv Add public_key_type() accessor to quic::CertificateView.
2021-12-14 quiche-dev Return an nghttp2-compatible error value for OgHttp2Session::Send().
2021-12-14 quiche-dev Simplifies HeaderValidator error codes.
2021-12-14 quiche-dev Supports the `:protocol` pseudo-header for connect requests if SETTINGS_ENABLE_CONNECT_PROTOCOL is sent.
2021-12-13 quiche-dev Fix use-after-move in TlsConnection
2021-12-13 quiche-dev Don't crash if QuicServerConfigProtobuf is invalid.
2021-12-13 quiche-dev Return the vector of config ids by value, not via an output parameter.
2021-12-09 quiche-dev Tracks streams with ready metadata or trailers separately from write_scheduler_.
2021-12-09 haoyuewang Add knobs that enable QBONE to use IETF QUIC.
2021-12-08 quiche-dev Add `max_header_bytes` to OgHttp2Session::Options() and send in initial SETTINGS.

Signed-off-by: Dan Zhang <[email protected]>
@repokitteh-read-only repokitteh-read-only bot added the deps Approval required for changes to Envoy's external dependencies label Dec 20, 2021
@repokitteh-read-only
Copy link

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 @mattklein123

🐱

Caused by: #19323 was opened by danzh2010.

see: more, trace.

@danzh2010
Copy link
Contributor Author

/assign @RyanTheOptimist

@danzh2010
Copy link
Contributor Author

/assign-from @envoyproxy/dependency-shepherds

@repokitteh-read-only
Copy link

@envoyproxy/dependency-shepherds assignee is @mattklein123

🐱

Caused by: a #19323 (comment) was created by @danzh2010.

see: more, trace.

@danzh2010
Copy link
Contributor Author

/retest

@repokitteh-read-only
Copy link

Retrying Azure Pipelines:
Retried failed jobs in: envoy-presubmit

🐱

Caused by: a #19323 (comment) was created by @danzh2010.

see: more, trace.

@danzh2010
Copy link
Contributor Author

/retest

@repokitteh-read-only
Copy link

Retrying Azure Pipelines:
Retried failed jobs in: envoy-presubmit

🐱

Caused by: a #19323 (comment) was created by @danzh2010.

see: more, trace.

@danzh2010
Copy link
Contributor Author

/retest

@repokitteh-read-only
Copy link

Retrying Azure Pipelines:
Retried failed jobs in: envoy-presubmit

🐱

Caused by: a #19323 (comment) was created by @danzh2010.

see: more, trace.

@wrowe
Copy link
Contributor

wrowe commented Dec 21, 2021

/lgtm deps

@repokitteh-read-only repokitteh-read-only bot removed the deps Approval required for changes to Envoy's external dependencies label Dec 21, 2021
Copy link
Contributor

@wrowe wrowe left a comment

Choose a reason for hiding this comment

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

Looks good

@danzh2010
Copy link
Contributor Author

Can this PR be merged? @envoyproxy/senior-maintainers

@ggreenway ggreenway merged commit 8c2da05 into envoyproxy:main Dec 21, 2021
junr03 pushed a commit that referenced this pull request Dec 23, 2021
junr03 pushed a commit that referenced this pull request Dec 23, 2021
joshperry pushed a commit to joshperry/envoy that referenced this pull request Feb 13, 2022
https://github.com/google/quiche/compare/e87010ff9..96a9f6bd7

$ git log e87010ff9..96a9f6bd7 --date=short --no-merges --format="%ad %al %s"

2021-12-16 quiche-dev Move oghttp2 shutdown tests to oghttp2_adapter_test.cc, and add analogous nghttp2 tests.
2021-12-16 quiche-dev Add ProcessBytesError entries for bad client magic and user callback failures.
2021-12-16 quiche-dev Refactor OgHttp2Session::ProcessBytes().
2021-12-14 quiche-dev Allow visitor_.OnFrameSent() to propagate a fatal send error, and do not retry sending on fatal send errors.
2021-12-14 quiche-dev Adds validation for 204 responses, which should carry no body.
2021-12-14 vasilvv Add public_key_type() accessor to quic::CertificateView.
2021-12-14 quiche-dev Return an nghttp2-compatible error value for OgHttp2Session::Send().
2021-12-14 quiche-dev Simplifies HeaderValidator error codes.
2021-12-14 quiche-dev Supports the `:protocol` pseudo-header for connect requests if SETTINGS_ENABLE_CONNECT_PROTOCOL is sent.
2021-12-13 quiche-dev Fix use-after-move in TlsConnection
2021-12-13 quiche-dev Don't crash if QuicServerConfigProtobuf is invalid.
2021-12-13 quiche-dev Return the vector of config ids by value, not via an output parameter.
2021-12-09 quiche-dev Tracks streams with ready metadata or trailers separately from write_scheduler_.
2021-12-09 haoyuewang Add knobs that enable QBONE to use IETF QUIC.
2021-12-08 quiche-dev Add `max_header_bytes` to OgHttp2Session::Options() and send in initial SETTINGS.

Signed-off-by: Dan Zhang <[email protected]>
Signed-off-by: Josh Perry <[email protected]>
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.

6 participants