enable verbose as well
This commit is contained in:
parent
aba6c2b89d
commit
c3dd928e29
@ -7,6 +7,7 @@ int test(char *URL)
|
|||||||
curl_easy_setopt(curl, CURLOPT_URL, URL);
|
curl_easy_setopt(curl, CURLOPT_URL, URL);
|
||||||
curl_easy_setopt(curl, CURLOPT_FILETIME, 1);
|
curl_easy_setopt(curl, CURLOPT_FILETIME, 1);
|
||||||
curl_easy_setopt(curl, CURLOPT_NOBODY, 1);
|
curl_easy_setopt(curl, CURLOPT_NOBODY, 1);
|
||||||
|
curl_easy_setopt(curl, CURLOPT_VERBOSE, 1);
|
||||||
res = curl_easy_perform(curl);
|
res = curl_easy_perform(curl);
|
||||||
curl_easy_cleanup(curl);
|
curl_easy_cleanup(curl);
|
||||||
return (int)res;
|
return (int)res;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user