Roll src/net/third_party/quiche/src/ 7379c4932..2542cb728 (6 commits)
https://quiche.googlesource.com/quiche.git/+log/7379c493206b..2542cb728
$ git log 7379c4932..2542cb728 --date=short --no-merges --format='%ad %ae %s'
2020-03-26 fayang Change all QuicOneBlockArena<1024> to QuicOneBlockArena<1200> to fix link issue on Windows.
2020-03-26 bnc Do not allow push until MAX_PUSH_ID is received.
2020-03-26 fayang Split QUIC session type to two: SECURE_SPDY4_OVER_QUIC only for QUIC crypto, and QUIC_WITH_TLS1_3 for QUIC with TLS.
2020-03-26 fayang gfe-relnote: In QUIC, use IdleNetworkDetector to detect handshake and idle network timeout. Protected by gfe2_reloadable_flag_quic_use_idle_network_detector.
2020-03-25 renjietang Add CompleteHandshake() in QuicSpdySessionTest to save duplicated code.
2020-03-25 wub gfe-relnote: (n/a) Make Http2FrameDecoderNoOpListener compile with -Wunused-parameter. No behavior change.
Created with:
roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src
[email protected]
Change-Id: Ifef6c3e66de4c2aa9da086aa487c2d7666325fad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121661
Commit-Queue: Fan Yang <[email protected]>
Reviewed-by: Bence Béky <[email protected]>
Cr-Commit-Position: refs/heads/master@{#753760}
diff --git a/DEPS b/DEPS
index ac2c501..9cbf738 100644
--- a/DEPS
+++ b/DEPS
@@ -306,7 +306,7 @@
# 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': '7379c493206bd0fb646cbaaa86b03617bb2fbbd9',
+ 'quiche_revision': '2542cb728f1119cfbabd91105cc5a3cc44e784a3',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling ios_webkit
# and whatever else without interference from each other.