mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Fixed: 307 is a normal redirect
This commit is contained in:
parent
8466e37795
commit
e17ed6cd1d
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ void CDownloader::onHeadFinished()
|
||||||
}
|
}
|
||||||
|
|
||||||
// redirection
|
// redirection
|
||||||
if (status == 302)
|
if (status == 302 || status == 307)
|
||||||
{
|
{
|
||||||
if (redirection.isEmpty())
|
if (redirection.isEmpty())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue