lib556: enable VERBOSE to ease debugging on failures
This commit is contained in:
parent
4a23b19a13
commit
d49531dd3a
@ -52,6 +52,7 @@ int test(char *URL)
|
|||||||
|
|
||||||
test_setopt(curl, CURLOPT_URL, URL);
|
test_setopt(curl, CURLOPT_URL, URL);
|
||||||
test_setopt(curl, CURLOPT_CONNECT_ONLY, 1L);
|
test_setopt(curl, CURLOPT_CONNECT_ONLY, 1L);
|
||||||
|
test_setopt(curl, CURLOPT_VERBOSE, 1L);
|
||||||
|
|
||||||
res = curl_easy_perform(curl);
|
res = curl_easy_perform(curl);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user