Index: net/quic/quic_flags.cc |
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc |
index 063e1ccacca50c58c5bccede2eadaa5a5de29003..cf3b2629363ab1f80f030c38ab880b3d2178093e 100644 |
--- a/net/quic/quic_flags.cc |
+++ b/net/quic/quic_flags.cc |
@@ -41,3 +41,7 @@ int64 FLAGS_quic_time_wait_list_max_connections = 50000; |
// Enables server-side support for QUIC stateless rejects. |
bool FLAGS_enable_quic_stateless_reject_support = false; |
+ |
+// If true, stop processing quic data as soon as the connection is closed rather |
+// than processing a full packet. |
+bool FLAGS_quic_stop_early = true; |