Commit 4da40f5a authored by Fan Yang's avatar Fan Yang Committed by Commit Bot

Roll src/net/third_party/quiche/src/...

Roll src/net/third_party/quiche/src/ 7a4d20901..ac35d459a91137d44e9418cc41e808a6d9bb466d (14 commits)

https://quiche.googlesource.com/quiche.git/+log/7a4d20901fbb..ac35d459a91137d44e9418cc41e808a6d9bb466d

$ git log 7a4d20901..ac35d459a91137d44e9418cc41e808a6d9bb466d --date=short --no-merges --format='%ad %ae %s'
2019-11-08 fayang Remove unused this from lamda function in QuicSentPacketManagerTest.RtoNotInFlightPacket
2019-11-08 fayang Loose the expectation of EndToEndTestWithTls.SendAndReceiveCoalescedPackets
2019-11-08 fkastenholz Handle case where crypto stream is not immediately available.
2019-11-07 nharper Add IsResumption method to QUIC client handshakers
2019-11-07 wub gfe-relnote: (n/a) Add pop_front_n and pop_back_n methods to QuicCircularDeque. Code not used yet.
2019-11-07 fayang gfe-relnote: In QUIC, do not inject bandwidth in BbrSender::AdjustNetworkParameters. Also use min rtt instead of srtt when calculating new cwnd. Protected by gfe2_reloadable_flag_quic_bbr_donot_inject_bandwidth.
2019-11-07 fayang gfe-relnote: In QUIC, call NeuterHandshakePackets() at most once per connection. Protected by gfe2_reloadable_flag_quic_neuter_handshake_packets_once2 which replaces gfe2_reloadable_flag_quic_neuter_handshake_packets_once.
2019-11-07 renjietang Remove QuicStream::read_side_closed().
2019-11-07 renjietang Cleanup unused code in QuicStream.
2019-11-07 quiche-dev Fix invalid iterator bump in ValueSplittingHeaderListTest
2019-11-06 renjietang Remove member "perspective_" in QuicStream.
2019-11-06 dschinazi Add pretty-print logging for MessageResult
2019-11-06 renjietang Remove QuicStream::WritevData().
2019-11-06 dschinazi Remove unimplemented method
2019-11-06 quiche-dev Internal QUICHE change

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

Change-Id: I233f0866873ce9f8e949a8de5fa768297b665427
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906634Reviewed-by: default avatarRyan Hamilton <rch@chromium.org>
Commit-Queue: Fan Yang <fayang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#713991}
parent 0dddfa00
......@@ -311,7 +311,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': '7a4d20901fbbf2cf46e84d363350608873f2594f',
'quiche_revision': 'ac35d459a91137d44e9418cc41e808a6d9bb466d',
# 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.
......
......@@ -5837,8 +5837,7 @@ test("net_unittests") {
"quic/platform/impl/quic_socket_utils_test.cc",
"third_party/quiche/src/epoll_server/simple_epoll_server_test.cc",
"third_party/quiche/src/quic/core/chlo_extractor_test.cc",
#"third_party/quiche/src/quic/core/http/end_to_end_test.cc",
"third_party/quiche/src/quic/core/http/end_to_end_test.cc",
"third_party/quiche/src/quic/core/http/quic_spdy_client_session_test.cc",
"third_party/quiche/src/quic/core/http/quic_spdy_client_stream_test.cc",
"third_party/quiche/src/quic/core/http/quic_spdy_server_stream_base_test.cc",
......
......@@ -313,8 +313,8 @@ QUIC_FLAG(bool,
// Call NeuterHandshakePackets() at most once per connection.
QUIC_FLAG(bool,
FLAGS_quic_reloadable_flag_quic_neuter_handshake_packets_once,
true)
FLAGS_quic_reloadable_flag_quic_neuter_handshake_packets_once2,
false)
// If true, support HTTP/3 priority in v99.
QUIC_FLAG(bool, FLAGS_quic_allow_http3_priority, false)
......@@ -376,3 +376,8 @@ QUIC_FLAG(int32_t, FLAGS_quic_max_congestion_window, 2000)
QUIC_FLAG(bool,
FLAGS_quic_reloadable_flag_quic_use_connection_encryption_level,
false)
// If true, do not inject bandwidth in BbrSender::AdjustNetworkParameters.
QUIC_FLAG(bool,
FLAGS_quic_reloadable_flag_quic_bbr_donot_inject_bandwidth,
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