Disable useless curl verbose output
This commit is contained in:
parent
408fcd8f96
commit
a63920e965
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ bool HTTPRequest::GET(std::string url, std::string &data)
|
|||
|
||||
/* Set http request and url */
|
||||
curl_easy_setopt(curlhandle, CURLOPT_HTTPGET, 1);
|
||||
curl_easy_setopt(curlhandle, CURLOPT_VERBOSE, 1);
|
||||
// curl_easy_setopt(curlhandle, CURLOPT_VERBOSE, 1);
|
||||
curl_easy_setopt(curlhandle, CURLOPT_URL, url.c_str());
|
||||
|
||||
/* Send http request and return status*/
|
||||
|
|
Loading…
Add table
Reference in a new issue