Update QUICHE from 81314ecbd to c2ddf95dc#19081
Merged
alyssawilk merged 4 commits intoenvoyproxy:mainfrom Nov 23, 2021
Merged
Conversation
https://github.com/google/quiche/compare/81314ecbd..c2ddf95dc $ git log 81314ecbd..c2ddf95dc --date=short --no-merges --format="%ad %al %s" 2021-11-22 quiche-dev Adds an `emplace()` method to RunOnExit, and deletes the move and copy constructors. 2021-11-22 quiche-dev Makes a safety mechanism related to trailers configurable, and disabled by default. 2021-11-22 haoyuewang Internal change 2021-11-22 haoyuewang Internal change 2021-11-22 fayang Do not reuse tokens received in NEW_TOKEN frames for different connection attempts by: 1) add source address token to QuicClientSessionCache, 2) Clear token after use. 2021-11-19 fayang Add mutable_session_cache() to QuicCryptoClientConfig. 2021-11-19 fayang Move QuicClientSessionCache in chromium to shared code by making following changes: 1) Rename FlushInvalidEntries() and Flush() to RemoveExpiredEntries() and Clear(), respectively. 2) Remove clock_ and SetClockForTesting(), instead, pass in QuicWallTime (use ToUNIXSeconds to get seconds from UNIX epoch because SSL_SESSION_get_time returns seconds from UNIX epoch) to Lookup and RemoveExpiredEntries. 3) Remove memory_pressure_listener_ and OnMemoryPressure(). In chromium, memory_pressure_listener_ and OnMemoryPressure() will be moved to QuicStreamFactory::QuicCryptoClientConfigOwner. 4) Replace base::LRUCache with QuicLRUCache (and add hasher for QuicServerId). 2021-11-19 quiche-dev Move the logic of submitting SETTINGS from OgHttp2Adapter to OgHttp2Session. 2021-11-19 haoyuewang Add QUIC_EXPORT_PRIVATE to RawSha256 method since it is used directly in third_party/quic/quic_transport/web_transport_fingerprint_proof_verifier_test.cc 2021-11-19 fayang Let QuicLRUCache take explicit hasher. Also added various iterators, change Lookup to return iterator and add Erase function. 2021-11-19 quiche-dev Validates that a HEADERS frame with a 100-199 status code does not contain a fin. Signed-off-by: Ryan Hamilton <rch@google.com>
Signed-off-by: Ryan Hamilton <rch@google.com>
|
CC @envoyproxy/dependency-shepherds: Your approval is needed for changes made to |
Contributor
Author
|
/assign @DavidSchinazi |
DavidSchinazi
previously approved these changes
Nov 22, 2021
Signed-off-by: Ryan Hamilton <rch@google.com>
Contributor
Author
|
/assign @alyssawilk |
Contributor
|
/lgtm deps |
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.
Update QUICHE from 81314ecbd to c2ddf95dc
https://github.com/google/quiche/compare/81314ecbd..c2ddf95dc
$ git log 81314ecbd..c2ddf95dc --date=short --no-merges --format="%ad %al %s"
2021-11-22 quiche-dev Adds an
emplace()method to RunOnExit, and deletes the move and copy constructors.2021-11-22 quiche-dev Makes a safety mechanism related to trailers configurable, and disabled by default.
2021-11-22 haoyuewang Internal change
2021-11-22 haoyuewang Internal change
2021-11-22 fayang Do not reuse tokens received in NEW_TOKEN frames for different connection attempts by: 1) add source address token to QuicClientSessionCache, 2) Clear token after use.
2021-11-19 fayang Add mutable_session_cache() to QuicCryptoClientConfig.
2021-11-19 fayang Move QuicClientSessionCache in chromium to shared code by making following changes: 1) Rename FlushInvalidEntries() and Flush() to RemoveExpiredEntries() and Clear(), respectively. 2) Remove clock_ and SetClockForTesting(), instead, pass in QuicWallTime (use ToUNIXSeconds to get seconds from UNIX epoch because SSL_SESSION_get_time returns seconds from UNIX epoch) to Lookup and RemoveExpiredEntries. 3) Remove memory_pressure_listener_ and OnMemoryPressure(). In chromium, memory_pressure_listener_ and OnMemoryPressure() will be moved to QuicStreamFactory::QuicCryptoClientConfigOwner. 4) Replace base::LRUCache with QuicLRUCache (and add hasher for QuicServerId).
2021-11-19 quiche-dev Move the logic of submitting SETTINGS from OgHttp2Adapter to OgHttp2Session.
2021-11-19 haoyuewang Add QUIC_EXPORT_PRIVATE to RawSha256 method since it is used directly in third_party/quic/quic_transport/web_transport_fingerprint_proof_verifier_test.cc
2021-11-19 fayang Let QuicLRUCache take explicit hasher. Also added various iterators, change Lookup to return iterator and add Erase function.
2021-11-19 quiche-dev Validates that a HEADERS frame with a 100-199 status code does not contain a fin.
Signed-off-by: Ryan Hamilton rch@google.com
Risk Level: Low
Testing: Unit tests
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A