Fixed: 307 is a normal redirect

--HG--
branch : develop
This commit is contained in:
kervala 2016-10-20 14:47:28 +02:00
parent b6fe697a5d
commit 3526efb920

View file

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