Chromium Code Reviews| 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..575deea4d4ab34467c75125abbe3d5919af494af 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, false) |
|
Ryan Hamilton
2016/10/25 21:34:03
Did you want this to be false?
|