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

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

Issue 2414193002: QUIC - bugfix for forced head of line blocking experiment. Guarded by ENABLED --FLAGS_quic_bugfix_f… (Closed)
Patch Set: 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_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 de0df477889fe86956fcdca15f848109c4718ce1..15e1b7aeb1d96fd0659fcf6e59a502ecbebf1339 100644
--- a/net/quic/core/quic_flags_list.h
+++ b/net/quic/core/quic_flags_list.h
@@ -158,3 +158,7 @@ QUIC_FLAG(bool, FLAGS_quic_remove_packet_number_from_public_reset, false)
// If true, will send QUIC_PUSH_STREAM_TIMED_OUT when push stream is unclaimed
// and times out.
QUIC_FLAG(bool, FLAGS_quic_send_push_stream_timed_out_error, true)
+
+// If true, enable bugfix for FHOL experiment (fin-only
+// WritevStreamData).
+QUIC_FLAG(bool, FLAGS_quic_bugfix_fhol_writev_fin_only_v2, true)
« no previous file with comments | « no previous file | net/quic/core/quic_headers_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698