Call Download::setNoWait(true) to execute newly created command without a pause. * src/AbstractCommand.cc
@@ -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);
}