Loading tests/libtest/lib556.c +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
tests/libtest/lib556.c +1 −0 Original line number Diff line number Diff line Loading @@ -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