mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
add verbose output to test 509 for easier debugging
This commit is contained in:
parent
1bfbd25027
commit
7b9435890d
@ -225,6 +225,8 @@ int test(char *URL)
|
||||
curl_easy_setopt(p.curl, CURLOPT_SSL_VERIFYPEER, FALSE);
|
||||
curl_easy_setopt(p.curl, CURLOPT_SSL_VERIFYHOST, 1);
|
||||
|
||||
curl_easy_setopt(p.curl, CURLOPT_VERBOSE, 1);
|
||||
|
||||
if ((multi = curl_multi_init()) == NULL) {
|
||||
fprintf(stderr, "curl_multi_init() failed\n");
|
||||
curl_easy_cleanup(p.curl);
|
||||
|
Loading…
Reference in New Issue
Block a user