mirror of https://github.com/aria2/aria2
2008-09-14 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Call Download::setNoWait(true) to execute newly created command without a pause. * src/AbstractCommand.ccpull/1/head
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