Merge with develop

--HG--
branch : compatibility-develop
hg/compatibility-develop
kervala 8 years ago
commit 4461c0de7b

@ -401,7 +401,7 @@ void CDownloader::onDownloadFinished()
emit downloadDone(); emit downloadDone();
} }
else if (status == 206) else if (status >= 200 && status < 300)
{ {
if (m_listener) m_listener->operationContinue(); if (m_listener) m_listener->operationContinue();
} }

Loading…
Cancel
Save