| 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 bac45f00e9fff696dc7f436ec248ccc4ec7e29e0..351acf41c1eb2c513aa80aca67ea8d97f9d72c6c 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -84,10 +84,6 @@ QUIC_FLAG(bool, FLAGS_enable_async_get_proof, false)
|
| // versions less than 33.
|
| QUIC_FLAG(bool, FLAGS_quic_require_handshake_confirmation_pre33, false)
|
|
|
| -// If true, fix a bug with which QuicStreamSequencerBuffer can\'t release block
|
| -// memory in time.
|
| -QUIC_FLAG(bool, FLAGS_quic_sequencer_buffer_retire_block_in_time, true)
|
| -
|
| // If true, close QUIC connection explicitly on write error due to packet being
|
| // too large.
|
| QUIC_FLAG(bool, FLAGS_quic_close_connection_on_packet_too_large, true)
|
|
|