From cebf7e177a5c27ec9f62b029c0f3a4f9dfe2d035 Mon Sep 17 00:00:00 2001 From: kervala Date: Thu, 20 Oct 2016 15:30:43 +0200 Subject: [PATCH] Changed: HTTP code 307 is not an error --- code/ryzom/tools/client/ryzom_installer/src/downloader.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/code/ryzom/tools/client/ryzom_installer/src/downloader.cpp b/code/ryzom/tools/client/ryzom_installer/src/downloader.cpp index 72a48fe1e..e3a3c3d01 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/downloader.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/downloader.cpp @@ -350,13 +350,6 @@ void CDownloader::onHeadFinished() } } - // error when download is not yet ready - else if (status == 307) - { - if (m_listener) m_listener->operationFail(tr("File is not available, please retry later (status code: %1)").arg(status)); - return; - } - // other status else {