Commit db4701c6 authored by Zhongyi Shi's avatar Zhongyi Shi Committed by Commit Bot

Flip FLAGS_quic_reloadable_flag_quic_ignore_tlpr_if_no_pending_stream_data to false

Change-Id: I6d77eedda1091340fb4a719cf4b4555182075d0e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1705494
Auto-Submit: Zhongyi Shi <zhongyi@chromium.org>
Reviewed-by: default avatarRyan Hamilton <rch@chromium.org>
Commit-Queue: Ryan Hamilton <rch@chromium.org>
Cr-Commit-Position: refs/heads/master@{#678124}
parent e0904c28
......@@ -241,7 +241,7 @@ QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_disable_version_44, true)
// If true, ignore TLPR if there is no pending stream data.
QUIC_FLAG(bool,
FLAGS_quic_reloadable_flag_quic_ignore_tlpr_if_no_pending_stream_data,
true)
false)
// If true, when detecting losses, use packets_acked of corresponding packet
// number space.
......
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