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 f47489eef2a582e33ebe3955a203a47dbb476fb1..f68a3d958f681108972f224967eb93f19fce035f 100644 |
--- a/net/quic/core/quic_flags_list.h |
+++ b/net/quic/core/quic_flags_list.h |
@@ -53,7 +53,7 @@ QUIC_FLAG(bool, FLAGS_quic_use_old_public_reset_packets, true) |
// If true, QUIC will use cheap stateless rejects without creating a full |
// connection. |
-QUIC_FLAG(bool, FLAGS_quic_use_cheap_stateless_rejects, false) |
+QUIC_FLAG(bool, FLAGS_quic_use_cheap_stateless_rejects, true) |
// If true, QUIC respect HTTP2 SETTINGS frame rather than always close the |
// connection. |
@@ -148,9 +148,9 @@ QUIC_FLAG(bool, FLAGS_quic_conservative_handshake_retransmits, true) |
// If true, buffer packets while parsing public headers instead of parsing down |
// if CHLO is already buffered. |
-QUIC_FLAG(bool, FLAGS_quic_buffer_packets_after_chlo, false); |
+QUIC_FLAG(bool, FLAGS_quic_buffer_packets_after_chlo, false) |
// Previously QUIC didn't register a packet as received until it was fully |
// processed, but now that flow control is implemented, it can be received once |
// decrypted. |
-QUIC_FLAG(bool, FLAGS_quic_receive_packet_once_decrypted, false); |
+QUIC_FLAG(bool, FLAGS_quic_receive_packet_once_decrypted, false) |