CLOUD: Update DownloadRequest's TODO
We need a way to reopen DumpFile if we want DownloadRequest to support restarting.
This commit is contained in:
parent
5f9beb76cd
commit
a30d0d1994
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue