From 4824b09237e049ac7d912cdaa4a8a041eedd5dab Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 16 Jan 2011 22:35:30 +0900 Subject: [PATCH] Reverted comment which was removed unintentionally. Moved 2 DownloadEngine related lines outside of #ifdef ENABLE_MESSAGE_DIGEST. --- src/DownloadCommand.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/DownloadCommand.cc b/src/DownloadCommand.cc index 99a0f85d..11e94dc4 100644 --- a/src/DownloadCommand.cc +++ b/src/DownloadCommand.cc @@ -306,9 +306,11 @@ bool DownloadCommand::prepareForNextSegment() { getDownloadEngine()->getCheckIntegrityMan()->pushEntry(entry); } } +#endif // ENABLE_MESSAGE_DIGEST + // Following 2lines are needed for DownloadEngine to detect + // completed RequestGroups without 1sec delay. getDownloadEngine()->setNoWait(true); getDownloadEngine()->setRefreshInterval(0); -#endif // ENABLE_MESSAGE_DIGEST return true; } else { // The number of segments should be 1 in order to pass through the next