mirror of
https://github.com/curl/curl.git
synced 2026-07-22 16:17:16 +03:00
add verbose output to test 509 for easier debugging
This commit is contained in:
parent
1bfbd25027
commit
7b9435890d
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue