mirror of https://github.com/aria2/aria2
2009-12-18 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Removed old useless comment * src/MultiUrlRequestInfo.ccpull/1/head
parent
b19e292157
commit
4171e7cadf
|
@ -1,3 +1,8 @@
|
|||
2009-12-18 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Removed old useless comment
|
||||
* src/MultiUrlRequestInfo.cc
|
||||
|
||||
2009-12-16 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Fixed the bug that if --without-sqlite3 is given, pkg-config is
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue