From a30d0d19945890acae27a9fc3a2520f9b36fc04c Mon Sep 17 00:00:00 2001 From: Alexander Tkachev Date: Thu, 21 Jul 2016 15:49:01 +0600 Subject: CLOUD: Update DownloadRequest's TODO We need a way to reopen DumpFile if we want DownloadRequest to support restarting. --- backends/cloud/downloadrequest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/cloud/downloadrequest.cpp') diff --git a/backends/cloud/downloadrequest.cpp b/backends/cloud/downloadrequest.cpp index 33ac81138d..49a8a1e179 100644 --- a/backends/cloud/downloadrequest.cpp +++ b/backends/cloud/downloadrequest.cpp @@ -44,7 +44,7 @@ void DownloadRequest::start() { _ignoreCallback = true; if (_workingRequest) _workingRequest->finish(); _remoteFileStream = nullptr; - //TODO: reopen DumpFile + //TODO: add some way to reopen DumpFile, so DownloadRequest could be restarted _ignoreCallback = false; _workingRequest = _storage->streamFileById( -- cgit v1.2.3