| Index: net/quic/core/quic_flags_list.h
|
| diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h
|
| index 59874553778c635f1758f5675279f9c1e68706dc..eeb899854124b376392a689c8028d23d122a0fcb 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -210,3 +210,7 @@ QUIC_FLAG(bool,
|
|
|
| // Base CWND on SRTT instead of min_rtt for QUIC BBR.
|
| QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_bbr_base_cwnd_on_srtt, false)
|
| +
|
| +// If true, enable random padding of size [1, 256] when response body is
|
| +// compressed for QUIC version >= 38.
|
| +QUIC_FLAG(bool, FLAGS_quic_reloadable_flag_quic_enable_random_padding, false)
|
|
|