mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-17 07:32:32 +00:00
* Don't show ETA on finished and stopped torrents.
* Added percentage completed to active unfinished torrents. * Re-enabled different seeding and leeching priorities. * Make a temporary container in AvailableList::insert(AddressList*) when doing std::set_differernce. AvailableList's std::vector would resize and cause invalidated iterators to be used. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@630 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -152,9 +152,7 @@ CurlGet::perform(CURLMsg* msg) {
|
||||
else
|
||||
m_signalFailed.emit(curl_easy_strerror(msg->data.result));
|
||||
|
||||
if (m_handle != NULL)
|
||||
throw std::logic_error("CurlGet::perform finished but the object wasn't closed.");
|
||||
|
||||
// Do nothing below after emitting the signals.
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user