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:
Tatsuhiro Tsujikawa 2008-09-13 15:54:52 +00:00
parent 3599067ec1
commit 369aff31c2
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -189,6 +189,7 @@ void AbstractCommand::tryReserved() {
_requestGroup->removeServerHost(cuid);
Commands commands;
_requestGroup->createNextCommand(commands, e, 1);
e->setNoWait(true);
e->addCommand(commands);
}