| 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 a70445cb8396d9b63ed323a6c43dfe71e26213a6..87c77e2b3a36c0f712bc6b03c375b2c191c0e715 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -61,10 +61,6 @@ QUIC_FLAG(bool, FLAGS_quic_enable_version_36_v3, false)
|
| // If true, use async codepaths to invoke ProofSource::GetProof.
|
| QUIC_FLAG(bool, FLAGS_enable_async_get_proof, false)
|
|
|
| -// If true, requires handshake confirmations for all QUIC handshakes with
|
| -// versions less than 33.
|
| -QUIC_FLAG(bool, FLAGS_quic_require_handshake_confirmation_pre33, false)
|
| -
|
| // If true, only open limited number of quic sessions per epoll event. Leave the
|
| // rest to next event.
|
| QUIC_FLAG(bool, FLAGS_quic_limit_num_new_sessions_per_epoll_loop, true)
|
|
|