mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
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_FILETIME, 1);
|
||||
curl_easy_setopt(curl, CURLOPT_NOBODY, 1);
|
||||
curl_easy_setopt(curl, CURLOPT_VERBOSE, 1);
|
||||
res = curl_easy_perform(curl);
|
||||
curl_easy_cleanup(curl);
|
||||
return (int)res;
|
||||
|
Loading…
Reference in New Issue
Block a user