forked from organicmaps/organicmaps
Fixed storage tests
This commit is contained in:
parent
3a98436dfa
commit
4416b69402
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ class FileHttpRequest : public HttpRequest, public IHttpThreadCallback
|
|||
return;
|
||||
|
||||
// 1. Save downloaded chunks if some error occured.
|
||||
if (m_status == Status::Failed)
|
||||
if (m_status == Status::Failed || m_status == Status::FileNotFound)
|
||||
SaveResumeChunks();
|
||||
|
||||
// 2. Free file handle.
|
||||
|
|
Loading…
Add table
Reference in a new issue