Index: net/quic/quic_flags.cc |
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc |
index d3e5a40900ffb045a66491fb4d1ed88c8efc4528..8c7dc0d6c60a0e81a1e21f1db35841a7a7543afc 100644 |
--- a/net/quic/quic_flags.cc |
+++ b/net/quic/quic_flags.cc |
@@ -51,7 +51,7 @@ bool FLAGS_quic_limit_max_cwnd = true; |
// If true, require handshake confirmation for QUIC connections, functionally |
// disabling 0-rtt handshakes. |
-// TODO(rtenneti): Enable this flag after fixing tests. |
+// TODO(rtenneti): Enable this flag after CryptoServerTest's are fixed. |
bool FLAGS_quic_require_handshake_confirmation = false; |
ramant (doing other things)
2015/10/14 22:51:36
Disabled FLAGS_quic_require_handshake_confirmation
|
// Disables special treatment of truncated acks, since older retransmissions are |