2010-04-12 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Removed redundant method call for DownloadEngine.
	* src/DownloadCommand.cc
pull/1/head
Tatsuhiro Tsujikawa 2010-04-12 12:57:54 +00:00
parent 70664af0ad
commit b2c03934a8
2 changed files with 5 additions and 2 deletions

View File

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

View File

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