diff --git a/src/torrent.cpp b/src/torrent.cpp index 573ad9b86..4f7b7ee1d 100644 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -848,6 +848,8 @@ namespace libtorrent restart_tracker_timer(time_now() + seconds(tracker_retry_delay_max)); + if (m_abort) e = tracker_request::stopped; + if (e == tracker_request::none) { if (!m_start_sent) e = tracker_request::started;