| 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 351acf41c1eb2c513aa80aca67ea8d97f9d72c6c..0f96e8223f965549a263019b4af62215785c7d21 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -88,10 +88,6 @@ QUIC_FLAG(bool, FLAGS_quic_require_handshake_confirmation_pre33, false)
|
| // too large.
|
| QUIC_FLAG(bool, FLAGS_quic_close_connection_on_packet_too_large, true)
|
|
|
| -// If true, close connection with QUIC_TOO_MANY_FRAME_GAPS error when number of
|
| -// gaps in QuicStreamSequenceBuffer exceeds allowed limit.
|
| -QUIC_FLAG(bool, FLAGS_quic_limit_frame_gaps_in_buffer, 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_hacks, true)
|
|
|