Fixed: 307 is a normal redirect

This commit is contained in:
kervala 2016-10-20 14:47:28 +02:00
parent 8466e37795
commit e17ed6cd1d

View file

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