| 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 d4ce695e1b66e69491a2fadc912bc938c1ca2bc2..c25e05c7a910490705f8198e16c61315c3c8c676 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -115,10 +115,6 @@ QUIC_FLAG(bool, FLAGS_quic_create_session_after_insertion, false)
|
| // If true, rejected packet number is removed from public reset packet.
|
| QUIC_FLAG(bool, FLAGS_quic_remove_packet_number_from_public_reset, false)
|
|
|
| -// If true, will send QUIC_PUSH_STREAM_TIMED_OUT when push stream is unclaimed
|
| -// and times out.
|
| -QUIC_FLAG(bool, FLAGS_quic_send_push_stream_timed_out_error, true)
|
| -
|
| // If true, enable bugfix for FHOL experiment (fin-only
|
| // WritevStreamData).
|
| QUIC_FLAG(bool, FLAGS_quic_bugfix_fhol_writev_fin_only_v2, true)
|
|
|