Removed redundant method call for DownloadEngine. * src/DownloadCommand.cc
@@ -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 {