Fixed: 307 is a normal redirect

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent b6fe697a5d
commit 3526efb920

@ -277,7 +277,7 @@ void CDownloader::onHeadFinished()
} }
// redirection // redirection
if (status == 302) if (status == 302 || status == 307)
{ {
if (redirection.isEmpty()) if (redirection.isEmpty())
{ {

Loading…
Cancel
Save