From 086c5701e153999bfcf821de18f66cbd2afb77a2 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 1 Sep 2012 20:53:38 +0900 Subject: [PATCH] Updated doc --- src/TrackerWatcherCommand.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/TrackerWatcherCommand.cc b/src/TrackerWatcherCommand.cc index c3105de5..286571b0 100644 --- a/src/TrackerWatcherCommand.cc +++ b/src/TrackerWatcherCommand.cc @@ -245,6 +245,8 @@ TrackerWatcherCommand::createRequestGroup(const std::string& uri) rg->setDiskWriterFactory(dwf); rg->setFileAllocationEnabled(false); rg->setPreLocalFileCheckEnabled(false); + // Clearing pre- and post handler is not needed because the + // RequestGroup is not handled by RequestGroupMan. rg->clearPreDownloadHandler(); rg->clearPostDownloadHandler(); util::removeMetalinkContentTypes(rg);