| 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 4cacb2728e91792456a3e9f636e211554a091af1..7840bca6b02fa5d7b388f4b9701d0ef9e12b595b 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -154,3 +154,7 @@ QUIC_FLAG(bool, FLAGS_quic_more_conservative_retransmission_alarm, true)
|
|
|
| // Enable QUIC force HOL blocking experiment.
|
| QUIC_FLAG(bool, FLAGS_quic_enable_force_hol_blocking, true)
|
| +
|
| +// If true, server sends SETTINGS_MAX_HEADER_LIST_SIZE to the client at the
|
| +// beginning of a connection.
|
| +QUIC_FLAG(bool, FLAGS_quic_send_max_header_list_size, true)
|
|
|