mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-08-26 13:42:37 +00:00
- Disable libcurl debug
This commit is contained in:
parent
2f5b4a190e
commit
f85aa72c72
@ -113,7 +113,7 @@ void subDownloadThread::run(){
|
|||||||
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite);
|
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite);
|
||||||
curl_easy_setopt(curl, CURLOPT_WRITEDATA, f);
|
curl_easy_setopt(curl, CURLOPT_WRITEDATA, f);
|
||||||
// Verbose
|
// Verbose
|
||||||
curl_easy_setopt(curl, CURLOPT_VERBOSE, 1);
|
//curl_easy_setopt(curl, CURLOPT_VERBOSE, 1);
|
||||||
// No progress info (we don't use it)
|
// No progress info (we don't use it)
|
||||||
curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 1);
|
curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 1);
|
||||||
// Redirections
|
// Redirections
|
||||||
|
Loading…
x
Reference in New Issue
Block a user