Changed: HTTP code 307 is not an error

This commit is contained in:
kervala 2016-10-20 15:30:43 +02:00
parent 54fbe72929
commit cebf7e177a

View file

@ -350,13 +350,6 @@ void CDownloader::onHeadFinished()
}
}
// error when download is not yet ready
else if (status == 307)
{
if (m_listener) m_listener->operationFail(tr("File is not available, please retry later (status code: %1)").arg(status));
return;
}
// other status
else
{