mirror of
https://github.com/curl/curl.git
synced 2026-05-30 10:17:28 +03:00
enable verbose as well
This commit is contained in:
parent
aba6c2b89d
commit
c3dd928e29
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue