Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: net/quic/core/quic_flags_list.h

Issue 2446893003: Make Quic client more memory efficient. Protected by --quic_headers_stream_release_sequencer_buffer. (Closed)
Patch Set: flip flag Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/core/quic_client_session_base.cc ('k') | net/quic/core/quic_headers_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « net/quic/core/quic_client_session_base.cc ('k') | net/quic/core/quic_headers_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698