Internal change PiperOrigin-RevId: 454190558
diff --git a/quiche/quic/core/quic_flags_list.h b/quiche/quic/core/quic_flags_list.h index 0fbff26..e7748cb 100644 --- a/quiche/quic/core/quic_flags_list.h +++ b/quiche/quic/core/quic_flags_list.h
@@ -64,7 +64,7 @@ // If true, ietf connection migration is no longer conditioned on connection option RVCM. QUIC_FLAG(quic_reloadable_flag_quic_remove_connection_migration_connection_option_v2, false) // If true, include offset in QUIC STREAM_DATA_BLOCKED and DATA_BLOCKED frames. -QUIC_FLAG(quic_reloadable_flag_quic_include_offset_in_blocked_frames, false) +QUIC_FLAG(quic_reloadable_flag_quic_include_offset_in_blocked_frames, 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, quic server will send ENABLE_CONNECT_PROTOCOL setting and and endpoint will validate required request/response headers and extended CONNECT mechanism and update code counts of valid/invalid headers.