Commit 5b2a40db authored by David Schinazi's avatar David Schinazi Committed by Chromium LUCI CQ

Roll src/net/third_party/quiche/src/ fc51e436c..875334114 (5 commits)

https://quiche.googlesource.com/quiche.git/+log/fc51e436c68c..875334114827

$ git log fc51e436c..875334114 --date=short --no-merges --format='%ad %ae %s'
2020-12-14 ianswett Move CheckBandwidthGrowth in QUIC from Bbr2Startup to Bbr2NetworkModel.  No functional change.
2020-12-14 mattm Internal QUICHE change
2020-12-14 ianswett Move the call to AdaptLowerBounds so it's called on every congestion event.  It already exits early if it's not the end of the round, so this is not a functional change.  In preparation for cr/305164640
2020-12-11 bnc Parse ACCEPT_CH frame in HttpDecoder.
2020-12-11 bnc Remove SpdyFrameType::MAX_FRAME_TYPE.

Created with:
  roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src

R=renjietang@chromium.org

Change-Id: Ib79d3dc0ddce020d1831902cbd097cd83c38f67e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592150
Auto-Submit: David Schinazi <dschinazi@chromium.org>
Commit-Queue: Renjie Tang <renjietang@chromium.org>
Reviewed-by: default avatarRenjie Tang <renjietang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#837154}
parent 55054d67
......@@ -330,7 +330,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': 'fc51e436c68ca83b495da0cc32996bd0dfc6dfe7',
'quiche_revision': '8753341148278d2f24d1056392099692f4ee1cf8',
# 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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment