mirror of
https://github.com/glest/glest-source.git
synced 2025-08-22 07:52:51 +02:00
- now all libcurl calls support http redirection
This commit is contained in:
@@ -176,6 +176,7 @@ CURL *SystemFlags::initHTTP() {
|
||||
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line %d] ERROR handle = NULL\n",__FILE__,__FUNCTION__,__LINE__);
|
||||
}
|
||||
curl_easy_setopt(handle, CURLOPT_NOSIGNAL, 1);
|
||||
curl_easy_setopt(handle, CURLOPT_FOLLOWLOCATION, 1);
|
||||
return handle;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user