| Index: net/tools/quic/quic_dispatcher.cc
|
| diff --git a/net/tools/quic/quic_dispatcher.cc b/net/tools/quic/quic_dispatcher.cc
|
| index b4826907cb75cde2b9908e6f60e29c0a54f0e26a..25b1bdfe31ef5d73761b975892df70593aa936e0 100644
|
| --- a/net/tools/quic/quic_dispatcher.cc
|
| +++ b/net/tools/quic/quic_dispatcher.cc
|
| @@ -475,8 +475,8 @@ void QuicDispatcher::OnConnectionClosed(QuicConnectionId connection_id,
|
| << ", with details: " << error_details;
|
|
|
| if (closed_session_list_.empty()) {
|
| - delete_sessions_alarm_->Cancel();
|
| - delete_sessions_alarm_->Set(helper()->GetClock()->ApproximateNow());
|
| + delete_sessions_alarm_->Update(helper()->GetClock()->ApproximateNow(),
|
| + QuicTime::Delta::Zero());
|
| }
|
| closed_session_list_.push_back(it->second);
|
| const bool should_close_statelessly =
|
|
|