소스 검색

Updated doc

Tatsuhiro Tsujikawa 13 년 전
부모
커밋
086c5701e1
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/TrackerWatcherCommand.cc

+ 2 - 0
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);