mirror of
https://github.com/curl/curl.git
synced 2026-06-10 07:54:16 +03:00
lib556: enable VERBOSE to ease debugging on failures
This commit is contained in:
parent
4a23b19a13
commit
d49531dd3a
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ int test(char *URL)
|
|||
|
||||
test_setopt(curl, CURLOPT_URL, URL);
|
||||
test_setopt(curl, CURLOPT_CONNECT_ONLY, 1L);
|
||||
test_setopt(curl, CURLOPT_VERBOSE, 1L);
|
||||
|
||||
res = curl_easy_perform(curl);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue