mirror of https://github.com/aria2/aria2
2009-09-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed the bug that server performence profile is not updated when aria2c was terminated by emergency shutdown. * src/TrackerWatcherCommand.ccpull/1/head
parent
66b5950115
commit
870989f868
|
@ -1,3 +1,9 @@
|
|||
2009-09-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Fixed the bug that server performence profile is not updated when
|
||||
aria2c was terminated by emergency shutdown.
|
||||
* src/TrackerWatcherCommand.cc
|
||||
|
||||
2009-09-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Use LocalFilePathOptionHandler for -T and -M option.
|
||||
|
|
|
@ -85,6 +85,7 @@ bool TrackerWatcherCommand::execute() {
|
|||
return true;
|
||||
} else {
|
||||
_trackerRequestGroup->setForceHaltRequested(true);
|
||||
e->commands.push_back(this);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue