aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_https_get_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/test_https_get_select.c')
-rw-r--r--src/testcurl/https/test_https_get_select.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testcurl/https/test_https_get_select.c b/src/testcurl/https/test_https_get_select.c
index 13145390..9ab7e892 100644
--- a/src/testcurl/https/test_https_get_select.c
+++ b/src/testcurl/https/test_https_get_select.c
@@ -122,6 +122,9 @@ testExternalGet (unsigned int flags)
122 } 122 }
123 123
124 c = curl_easy_init (); 124 c = curl_easy_init ();
125#ifdef _DEBUG
126 curl_easy_setopt (c, CURLOPT_VERBOSE, 1L);
127#endif
125 curl_easy_setopt (c, CURLOPT_URL, "https://127.0.0.1/hello_world"); 128 curl_easy_setopt (c, CURLOPT_URL, "https://127.0.0.1/hello_world");
126 curl_easy_setopt (c, CURLOPT_PORT, (long) port); 129 curl_easy_setopt (c, CURLOPT_PORT, (long) port);
127 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); 130 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);