mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
No more verbose curl output
This commit is contained in:
parent
3b085d0cf9
commit
8da8abdeaa
|
@ -109,7 +109,7 @@ bool CFetcher::FetchFile(CFetchTask *pTask)
|
||||||
char aErr[CURL_ERROR_SIZE];
|
char aErr[CURL_ERROR_SIZE];
|
||||||
curl_easy_setopt(m_pHandle, CURLOPT_ERRORBUFFER, aErr);
|
curl_easy_setopt(m_pHandle, CURLOPT_ERRORBUFFER, aErr);
|
||||||
|
|
||||||
curl_easy_setopt(m_pHandle, CURLOPT_VERBOSE, 1L);
|
//curl_easy_setopt(m_pHandle, CURLOPT_VERBOSE, 1L);
|
||||||
curl_easy_setopt(m_pHandle, CURLOPT_FOLLOWLOCATION, 1L);
|
curl_easy_setopt(m_pHandle, CURLOPT_FOLLOWLOCATION, 1L);
|
||||||
curl_easy_setopt(m_pHandle, CURLOPT_MAXREDIRS, 4L);
|
curl_easy_setopt(m_pHandle, CURLOPT_MAXREDIRS, 4L);
|
||||||
curl_easy_setopt(m_pHandle, CURLOPT_FAILONERROR, 1L);
|
curl_easy_setopt(m_pHandle, CURLOPT_FAILONERROR, 1L);
|
||||||
|
|
Loading…
Reference in a new issue