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 007658e236885959fac50d9bca54ce3de2d67b15..7794a6177faad0e6f3e73c5d5086e1dcb7d763cc 100644 |
--- a/net/quic/core/quic_flags_list.h |
+++ b/net/quic/core/quic_flags_list.h |
@@ -45,7 +45,7 @@ QUIC_FLAG(bool, FLAGS_quic_enable_multipath, false) |
QUIC_FLAG(bool, FLAGS_quic_require_handshake_confirmation, false) |
// If true, Cubic's epoch is shifted when the sender is application-limited. |
-QUIC_FLAG(bool, FLAGS_shift_quic_cubic_epoch_when_app_limited, true) |
+QUIC_FLAG(bool, FLAGS_shift_quic_cubic_epoch_when_app_limited, false) |
// If true, QUIC will measure head of line (HOL) blocking due between |
// streams due to packet losses on the headers stream. The |