Index: net/quic/quic_flags.cc |
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc |
index 6aa7f159e3392b98c831e0ab26c108a5bafea73d..f24a12c60b568138a2eae298879f91968f88e4b7 100644 |
--- a/net/quic/quic_flags.cc |
+++ b/net/quic/quic_flags.cc |
@@ -38,3 +38,6 @@ bool FLAGS_send_quic_crypto_reject_reason = false; |
// packets, to reduce latency of data delivery to the application. The client |
// must also request FEC protection for the server to use FEC. |
bool FLAGS_enable_quic_fec = false; |
+ |
+// If true, a QUIC connection with too many unfinished streams will be closed. |
+bool FLAGS_close_quic_connection_unfinished_streams = false; |