mirror of https://github.com/aria2/aria2
2009-07-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated doc. * src/AbstractCommand.ccpull/1/head
parent
08fb20d076
commit
a4c7c6ae02
|
@ -1,3 +1,8 @@
|
|||
2009-07-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Updated doc.
|
||||
* src/AbstractCommand.cc
|
||||
|
||||
2009-07-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Handle the case when DownloadContext has no FileEntry.
|
||||
|
|
|
@ -104,8 +104,7 @@ bool AbstractCommand::execute() {
|
|||
//logger->debug("CUID#%d - finished.", cuid);
|
||||
return true;
|
||||
}
|
||||
// TODO1.5 it is not needed to check other PeerStats every time.
|
||||
|
||||
// TODO it is not needed to check other PeerStats every time.
|
||||
// Find faster Request when this is the only active Request
|
||||
if(!req.isNull() && _requestGroup->getNumStreamConnection() == 1 &&
|
||||
_fileEntry->countPooledRequest() > 0) {
|
||||
|
|
Loading…
Reference in New Issue