Roll src/net/third_party/quiche/src/ c778a4cb8..800b8c7e3 (10 commits)
This CL also includes the following changes: - Removes the usage of quic::ParsedQuicVersion::Q043 as it was removed from quiche [1]. - Removes OnStopWaitingFrame() and OnPublicResetPacket() methods from QuicConnectionLogger and QuicEventLogger which are subclasses of QuicConnectionDebugVisitor. - Removes OnPublicResetPacket() method from QuicPacketPrinter which is a subclass of QuicFramerVisitorInterface. - Removes Net.QuicSession.PublicResetAddressMismatch2 histogram which was recorded by QuicConnectionLogger::OnPublicResetPacket(). - Stops using quic::VersionHasIetfInvariantHeader() from QuicTestPacketMaker::InitializeHeader(). - Removes `include_version` method argument which was used in QuicTestPacketMaker::InitializeHeader(). [1] https://quiche.googlesource.com/quiche.git/+/fc04b8a21a5982235f92f6b98629bdf02141a50f OBSOLETE_HISTOGRAM[Net.QuicSession.PublicResetAddressMismatch2]=Public reset packets are no longer supported https://quiche.googlesource.com/quiche.git/+log/c778a4cb8f29..800b8c7e3e3f $ git log c778a4cb8..800b8c7e3 --date=short --no-merges --format='%ad %ae %s' 2023-05-19 elburrito Add ClearCache function to CachedBlindSignAuth. This function will be called when the cached tokens are invalid and need to be deleted. 2023-05-19 danzh Internal change 2023-05-18 dschinazi Protect QUIC ECH code with a BORINGSSL_API_VERSION check 2023-05-18 fayang Remove QUIC_VERSION_43. 2023-05-18 haoyuewang Do not SendInResponseToPacket or return true in CanWrite when connection ID is required but missing in the packet creator. 2023-05-18 quiche-dev Downgrade QUIC_BUG for late packet processing 2023-05-17 danzh Rename QuicSpdyStream::AreHeadersValid() to ValidatedRequestHeaders() and retain error details in the stream if it returns false. 2023-05-17 wub Add alpn to interface QuicTestServer::SessionFactory::CreateSession. 2023-05-17 bnc Add test for MAYBE_BODY_BUT_NO_CONTENT_LENGTH warning. 2023-05-17 elburrito Add token expiration time checks to CachedBlindSignAuth to ensure that it only returns fresh tokens. Token expiration time is based on the AT server's signing public key. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: Ia0b6a0e85a9cda47e6dd42e293c2f66feeb46440 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4547049 Reviewed-by:Adam Rice <ricea@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Fan Yang <fayang@chromium.org> Cr-Commit-Position: refs/heads/main@{#1147554}
Loading
Please register or sign in to comment