lib556: enable VERBOSE to ease debugging on failures

This commit is contained in:
Daniel Stenberg 2012-12-02 11:17:12 +01:00
parent 4a23b19a13
commit d49531dd3a

View File

@ -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);