mirror of https://github.com/aria2/aria2
2010-04-12 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Removed redundant method call for DownloadEngine. * src/DownloadCommand.ccpull/1/head
parent
70664af0ad
commit
b2c03934a8
|
@ -1,3 +1,8 @@
|
|||
2010-04-12 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Removed redundant method call for DownloadEngine.
|
||||
* src/DownloadCommand.cc
|
||||
|
||||
2010-04-12 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Fixed the bug that hash check hangs when aria2.pause is issued
|
||||
|
|
|
@ -292,8 +292,6 @@ bool DownloadCommand::prepareForNextSegment() {
|
|||
// TODO do we need cuttrailinggarbage here?
|
||||
e->_checkIntegrityMan->pushEntry(entry);
|
||||
}
|
||||
e->setNoWait(true);
|
||||
e->setRefreshInterval(0);
|
||||
#endif // ENABLE_MESSAGE_DIGEST
|
||||
return true;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue