No public description PiperOrigin-RevId: 565459862
diff --git a/quiche/quic/core/quic_flags_list.h b/quiche/quic/core/quic_flags_list.h index cd770f8..3d3e271 100644 --- a/quiche/quic/core/quic_flags_list.h +++ b/quiche/quic/core/quic_flags_list.h
@@ -66,7 +66,7 @@ // If true, enable server retransmittable on wire PING. QUIC_FLAG(quic_reloadable_flag_quic_enable_server_on_wire_ping, true) // If true, flush ACK frame in QuicConnection::MaybeBundleOpportunistically. -QUIC_FLAG(quic_reloadable_flag_quic_flush_ack_in_maybe_bundle, false) +QUIC_FLAG(quic_reloadable_flag_quic_flush_ack_in_maybe_bundle, true) // If true, include stream information in idle timeout connection close detail. QUIC_FLAG(quic_reloadable_flag_quic_add_stream_info_to_idle_close_detail, true) // If true, reject or send error response code upon receiving invalid request or response headers.