-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
quic::Update QUICHE from e87010ff9 to 96a9f6bd7 #19323
Conversation
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]>
CC @envoyproxy/dependency-shepherds: Your approval is needed for changes made to |
/assign @RyanTheOptimist |
/assign-from @envoyproxy/dependency-shepherds |
@envoyproxy/dependency-shepherds assignee is @mattklein123 |
/retest |
Retrying Azure Pipelines: |
Signed-off-by: Dan Zhang <[email protected]>
/retest |
Retrying Azure Pipelines: |
/retest |
Retrying Azure Pipelines: |
/lgtm deps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Can this PR be merged? @envoyproxy/senior-maintainers |
This reverts commit 8c2da05. Signed-off-by: Jose Nino <[email protected]>
This reverts commit 01c7e66. Signed-off-by: Jose Nino <[email protected]>
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]>
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