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

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

Issue 2427663003: Deprecate FLAGS_quic_stream_sequencer_buffer_debug. (Closed)
Patch Set: Fixing a typo in the merge of cr/135720045 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 | « no previous file | net/quic/core/quic_stream_sequencer.cc » ('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 fb1763f939eb0085276c472250477c9fff7a7b27..739c281ff4faef6bed7a6b1818faea91b8211d96 100644
--- a/net/quic/core/quic_flags_list.h
+++ b/net/quic/core/quic_flags_list.h
@@ -113,9 +113,6 @@ QUIC_FLAG(bool, FLAGS_quic_allow_large_send_deltas, true)
// or equal to the largest retransmittable packet.
QUIC_FLAG(bool, FLAGS_quic_largest_sent_retransmittable, true)
-// If true, close connection when sequencer buffer enter into unexpected state.
-QUIC_FLAG(bool, FLAGS_quic_stream_sequencer_buffer_debug, true)
-
// If true, release QuicCryptoStream\'s read buffer when stream are less
// frequently used.
QUIC_FLAG(bool, FLAGS_quic_release_crypto_stream_buffer, false)
« no previous file with comments | « no previous file | net/quic/core/quic_stream_sequencer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698