| Index: net/tools/quic/quic_dispatcher.cc
|
| diff --git a/net/tools/quic/quic_dispatcher.cc b/net/tools/quic/quic_dispatcher.cc
|
| index d8065bb92632870ce782fea4f4b3da2cb9d75dc3..7f152c0353bb9c9ece98e13028aafac0fe2f7d24 100644
|
| --- a/net/tools/quic/quic_dispatcher.cc
|
| +++ b/net/tools/quic/quic_dispatcher.cc
|
| @@ -90,7 +90,6 @@ class StatelessConnectionTerminator {
|
| framer_(framer),
|
| creator_(connection_id,
|
| framer,
|
| - helper->GetRandomGenerator(),
|
| helper->GetBufferAllocator(),
|
| &collector_),
|
| time_wait_list_manager_(time_wait_list_manager) {}
|
| @@ -831,7 +830,6 @@ void QuicDispatcher::MaybeRejectStatelessly(QuicConnectionId connection_id,
|
| // TODO(rch): This logic should probably live completely inside the rejector.
|
| if (!FLAGS_quic_use_cheap_stateless_rejects ||
|
| !FLAGS_enable_quic_stateless_reject_support ||
|
| - header.public_header.versions.front() <= QUIC_VERSION_32 ||
|
| !ShouldAttemptCheapStatelessRejection()) {
|
| // Not use cheap stateless reject.
|
| if (!ChloExtractor::Extract(*current_packet_, GetSupportedVersions(),
|
|
|