forked from organicmaps/organicmaps
[Linux] Fixing handling redirects with curl
Signed-off-by: S. Kozyr <s.trump@gmail.com>
This commit is contained in:
parent
35af86db77
commit
3b59cec961
1 changed files with 2 additions and 2 deletions
|
@ -278,9 +278,9 @@ bool HttpClient::RunHttpRequest()
|
|||
if (m_outputFile.empty())
|
||||
m_serverResponse = ReadFileAsString(rfile);
|
||||
}
|
||||
else
|
||||
else if(m_handleRedirects == false)
|
||||
{
|
||||
// Handle HTTP redirect.
|
||||
// Follow HTTP redirect.
|
||||
// TODO(AlexZ): Should we check HTTP redirect code here?
|
||||
LOG(LDEBUG, ("HTTP redirect", m_errorCode, "to", m_urlReceived));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue