aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_https_get_iovec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/test_https_get_iovec.c')
-rw-r--r--src/testcurl/https/test_https_get_iovec.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testcurl/https/test_https_get_iovec.c b/src/testcurl/https/test_https_get_iovec.c
index c5ff7cb4..90ed5a07 100644
--- a/src/testcurl/https/test_https_get_iovec.c
+++ b/src/testcurl/https/test_https_get_iovec.c
@@ -351,6 +351,9 @@ testEmptyGet (unsigned int poll_flag)
351 global_port = dinfo->port; 351 global_port = dinfo->port;
352 } 352 }
353 c = curl_easy_init (); 353 c = curl_easy_init ();
354#ifdef _DEBUG
355 curl_easy_setopt (c, CURLOPT_VERBOSE, 1L);
356#endif
354 curl_easy_setopt (c, CURLOPT_URL, "https://127.0.0.1/"); 357 curl_easy_setopt (c, CURLOPT_URL, "https://127.0.0.1/");
355 curl_easy_setopt (c, CURLOPT_PORT, (long) global_port); 358 curl_easy_setopt (c, CURLOPT_PORT, (long) global_port);
356 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); 359 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);