Commit 2a53ea0e authored by Victor Vasiliev's avatar Victor Vasiliev Committed by Commit Bot

Roll src/net/third_party/quiche/src/ 1bcd0c3f9..0abcd8feb (11 commits)

https://quiche.googlesource.com/quiche.git/+log/1bcd0c3f96e1..0abcd8febd32

$ git log 1bcd0c3f9..0abcd8feb --date=short --no-merges --format='%ad %ae %s'
2020-03-30 wub gfe-relnote: (n/a) When QUIC switches from BbrSender to Bbr2Sender, let Bbr2Sender copy the bandwidth sampler states from BbrSender. Protected by --gfe2_reloadable_flag_quic_bbr_copy_sampler_state_from_v1_to_v2.
2020-03-30 renjietang Remove QuicStreamIdManager::DelegateInterface::OnCanCreateNewOutgoingStream().
2020-03-30 wub gfe-relnote: (n/a) Deprecate --gfe2_reloadable_flag_quic_use_quic_time_for_received_timestamp2.
2020-03-30 vasilvv Ensure QuicTransportStream::Visitor::OnFinRead() is only called once.
2020-03-30 bnc Fold QuicReceiveControlStream::HttpDecoderVisitor into QuicReceiveControlStream to remove one layer of indirection.
2020-03-30 fayang gfe-relnote: Reset consecutive_pto_count and loss detection when discarding keys. Protected by existing quic_enable_version_draft_25_v3 and quic_enable_version_draft_27.
2020-03-30 bnc Do not send a MAX_PUSH_ID frame if SetMaxPushId() has not been called yet.
2020-03-27 bnc Simplify Http3DebugVisitor methods.
2020-03-27 bnc Pass payload length or compressed header block length to some HttpDecoder::Visitor methods.
2020-03-27 fayang Enable IETF QUIC for more gfe/gfe2/e2e tests. Also let quic_spdy_client process MAX_STREAMS if it cannot open new streams.
2020-03-27 dschinazi Move some QUIC tests to QuicTest

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

R=bnc@chromium.org

Change-Id: I5fb2f81dd0a8d7aa81edc19831554e7335de35b4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128716Reviewed-by: default avatarBence Béky <bnc@chromium.org>
Commit-Queue: Victor Vasiliev <vasilvv@chromium.org>
Cr-Commit-Position: refs/heads/master@{#755114}
parent a8ca92c2
...@@ -306,7 +306,7 @@ vars = { ...@@ -306,7 +306,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed # the commit queue can handle CLs rolling feed
# and whatever else without interference from each other. # and whatever else without interference from each other.
'quiche_revision': '1bcd0c3f96e1668ab56cc134dc4cfd2ac5ed42a2', 'quiche_revision': '0abcd8febd32d1f0b833ee190a0d4aa79895db36',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling ios_webkit # the commit queue can handle CLs rolling ios_webkit
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
...@@ -402,3 +402,9 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_use_blackhole_detector, false) ...@@ -402,3 +402,9 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_use_blackhole_detector, false)
QUIC_FLAG(bool, QUIC_FLAG(bool,
FLAGS_quic_reloadable_flag_quic_use_idle_network_detector, FLAGS_quic_reloadable_flag_quic_use_idle_network_detector,
false) false)
// If true, when QUIC switches from BbrSender to Bbr2Sender, Bbr2Sender will
// copy the bandwidth sampler states from BbrSender.
QUIC_FLAG(bool,
FLAGS_quic_reloadable_flag_quic_bbr_copy_sampler_state_from_v1_to_v2,
false)
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