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

Reverted previous change to DownloadCommand.cc with additional
	commentary.
	* src/DownloadCommand.cc
pull/1/head
Tatsuhiro Tsujikawa 2010-04-19 12:47:50 +00:00
parent 5b5a3be7e2
commit 756592bf4d
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2010-04-19 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Reverted previous change to DownloadCommand.cc with additional
commentary.
* src/DownloadCommand.cc
2010-04-16 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed compile error with openssl 1.1.0 and mingw32.

View File

@ -292,6 +292,10 @@ bool DownloadCommand::prepareForNextSegment() {
// TODO do we need cuttrailinggarbage here?
e->_checkIntegrityMan->pushEntry(entry);
}
// Following 2lines are needed for DownloadEngine to detect
// completed RequestGroups without 1sec delay.
e->setNoWait(true);
e->setRefreshInterval(0);
#endif // ENABLE_MESSAGE_DIGEST
return true;
} else {