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

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

Issue 2338713003: Deprecate FLAGS_quic_close_stream_after_writing_queued_data (Closed)
Patch Set: Created 4 years, 3 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_spdy_stream.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 1b1c7373bbbb42564291b1bde4a9b5d2f0d190f7..d41bdfe1de5bd9b96bfbb5623f6ac47d301c4340 100644
--- a/net/quic/core/quic_flags_list.h
+++ b/net/quic/core/quic_flags_list.h
@@ -92,10 +92,6 @@ QUIC_FLAG(bool, FLAGS_quic_sequencer_buffer_retire_block_in_time, true)
// too large.
QUIC_FLAG(bool, FLAGS_quic_close_connection_on_packet_too_large, true)
-// If true, close the write side of a QUIC spdy stream when all queued bytes
-// have been written and a FIN has been sent.
-QUIC_FLAG(bool, FLAGS_quic_close_stream_after_writing_queued_data, true)
-
// If true, close connection with QUIC_TOO_MANY_FRAME_GAPS error when number of
// gaps in QuicStreamSequenceBuffer exceeds allowed limit.
QUIC_FLAG(bool, FLAGS_quic_limit_frame_gaps_in_buffer, true)
« no previous file with comments | « no previous file | net/quic/core/quic_spdy_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698