diff --git a/ChangeLog b/ChangeLog index b701b72d..83afcdb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-12-18 Tatsuhiro Tsujikawa + + Removed old useless comment + * src/MultiUrlRequestInfo.cc + 2009-12-16 Tatsuhiro Tsujikawa Fixed the bug that if --without-sqlite3 is given, pkg-config is diff --git a/src/MultiUrlRequestInfo.cc b/src/MultiUrlRequestInfo.cc index 485325ec..a027718e 100644 --- a/src/MultiUrlRequestInfo.cc +++ b/src/MultiUrlRequestInfo.cc @@ -161,14 +161,6 @@ downloadresultcode::RESULT MultiUrlRequestInfo::execute() } e->setStatCalc(_statCalc); - // The number of simultaneous download is specified by - // PREF_MAX_CONCURRENT_DOWNLOADS. - // The remaining urls are queued into FillRequestGroupCommand. - // It observes the number of simultaneous downloads and if it is under - // the limit, it adds RequestGroup object from its queue to DownloadEngine. - // This is done every 1 second. At the same time, it removes finished/error - // RequestGroup from DownloadEngine. - util::setGlobalSignalHandler(SIGINT, handler, 0); util::setGlobalSignalHandler(SIGTERM, handler, 0);