| 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 9399ca636de30ff8b2b387f66a1a524f7b06b9f1..a70445cb8396d9b63ed323a6c43dfe71e26213a6 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, enable bugfix for FHOL experiment (fin-only
|
| -// WritevStreamData).
|
| -QUIC_FLAG(bool, FLAGS_quic_bugfix_fhol_writev_fin_only_v2, true)
|
| -
|
| // If true, v33 QUIC client uses 1 bit to specify 8-byte connection id in
|
| // public flag.
|
| QUIC_FLAG(bool, FLAGS_quic_remove_v33_hacks2, false)
|
|
|