| 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 0b45b31ae4dbf5e1f806ca577b09795f9117854b..783370e1f19e2fc90404c8ab485de147f89d65da 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -155,3 +155,7 @@ QUIC_FLAG(bool, FLAGS_quic_remove_v33_hacks2, false)
|
|
|
| // If true, limits QUIC uncompressed headers to 16K.
|
| QUIC_FLAG(bool, FLAGS_quic_limit_uncompressed_headers, false)
|
| +
|
| +// If true, release headers stream\'s sequencer buffer when there is no active
|
| +// stream.
|
| +QUIC_FLAG(bool, FLAGS_quic_headers_stream_release_sequencer_buffer, true)
|
|
|