Roll src/net/third_party/quiche/src/ 7802d58f2..3b42119c3 (6 commits)
https://quiche.googlesource.com/quiche.git/+log/7802d58f2294..3b42119c3e4b $ git log 7802d58f2..3b42119c3 --date=short --no-merges --format='%ad %ae %s' 2025-05-21 martinduke Remove deprecated min_ack_delay transport parameter. 2025-05-20 davidben Use `bssl::UniquePtr` to own the `SSL_CREDENTIAL` in `SetCertChain` 2025-05-20 birenroy Removes the old quiche_mem_slice_lib BUILD target and forwarding header file. 2025-05-20 martinduke Divert all QUIC key derivation to use heapless functions. 2025-05-20 quiche-dev Early returns from BalsaFrame::HasInvalidHeaderChars(). 2025-05-20 quiche-dev std::array::fill is not constexpr in C++ 17; use aggregate initialization instead. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: Ie9e764eb522af37fe258540e5d15600239176437 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6575502 Auto-Submit: Yoichi Osato <yoichio@chromium.org> Reviewed-by: Nidhi Jaju <nidhijaju@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/main@{#1464555}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
b7564e8e44
commit
ff7255ab68
2
DEPS
2
DEPS
@ -419,7 +419,7 @@ vars = {
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling feed
|
||||
# and whatever else without interference from each other.
|
||||
'quiche_revision': '7802d58f2294c60cbe063fce822d4872aaa52724',
|
||||
'quiche_revision': '3b42119c3e4be5d4720c3c1b384106fa43e9b5e3',
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling ink
|
||||
# and whatever else without interference from each other.
|
||||
|
2
net/third_party/quiche/src
vendored
2
net/third_party/quiche/src
vendored
Submodule net/third_party/quiche/src updated: 7802d58f22...3b42119c3e
@ -15,7 +15,6 @@
|
||||
#include "base/time/time.h"
|
||||
#include "mojo/public/cpp/system/data_pipe.h"
|
||||
#include "net/base/io_buffer.h"
|
||||
#include "net/third_party/quiche/src/quiche/common/platform/api/quiche_mem_slice.h"
|
||||
#include "net/third_party/quiche/src/quiche/quic/core/quic_session.h"
|
||||
#include "net/third_party/quiche/src/quiche/quic/core/quic_time.h"
|
||||
#include "net/third_party/quiche/src/quiche/quic/core/quic_types.h"
|
||||
|
Reference in New Issue
Block a user