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

Revert "Flip FLAGS_quic_reloadable_flag_quic_ignore_tlpr_if_no_pending_stream_data to false"

This reverts commit db4701c6.

Reason for revert: It is believed that this flag is not related to recent outage. 

Original change's description:
> 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: Ryan Hamilton <rch@chromium.org>
> Commit-Queue: Ryan Hamilton <rch@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#678124}

TBR=rch@chromium.org,zhongyi@chromium.org

Change-Id: I21a7f102df07c604c974299870890815423db8b5
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1706529Reviewed-by: default avatarZhongyi Shi <zhongyi@chromium.org>
Commit-Queue: Zhongyi Shi <zhongyi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#678349}
parent 2073c584
......@@ -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,
false)
true)
// 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