From e17ed6cd1dd98efa403aba8f98826a06f6e98653 Mon Sep 17 00:00:00 2001 From: kervala Date: Thu, 20 Oct 2016 14:47:28 +0200 Subject: [PATCH] Fixed: 307 is a normal redirect --- code/ryzom/tools/client/ryzom_installer/src/downloader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/tools/client/ryzom_installer/src/downloader.cpp b/code/ryzom/tools/client/ryzom_installer/src/downloader.cpp index e74b92e89..298cc5185 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/downloader.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/downloader.cpp @@ -277,7 +277,7 @@ void CDownloader::onHeadFinished() } // redirection - if (status == 302) + if (status == 302 || status == 307) { if (redirection.isEmpty()) {