mirror of
https://github.com/aria2/aria2.git
synced 2024-12-13 17:06:01 +00:00
2008-09-14 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Call Download::setNoWait(true) to execute newly created command without a pause. * src/AbstractCommand.cc
This commit is contained in:
parent
3599067ec1
commit
369aff31c2
@ -1,3 +1,9 @@
|
||||
2008-09-14 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Call Download::setNoWait(true) to execute newly created command without
|
||||
a pause.
|
||||
* src/AbstractCommand.cc
|
||||
|
||||
2008-09-10 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Added --max-file-not-found=NUM option. If aria2 receives `file not
|
||||
|
@ -189,6 +189,7 @@ void AbstractCommand::tryReserved() {
|
||||
_requestGroup->removeServerHost(cuid);
|
||||
Commands commands;
|
||||
_requestGroup->createNextCommand(commands, e, 1);
|
||||
e->setNoWait(true);
|
||||
e->addCommand(commands);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user