aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/daemontest_process_arguments.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/daemontest_process_arguments.c')
-rw-r--r--src/testcurl/daemontest_process_arguments.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/daemontest_process_arguments.c b/src/testcurl/daemontest_process_arguments.c
index 0e7edbf7..ad836509 100644
--- a/src/testcurl/daemontest_process_arguments.c
+++ b/src/testcurl/daemontest_process_arguments.c
@@ -126,7 +126,7 @@ testExternalGet ()
126 return 256; 126 return 256;
127 c = curl_easy_init (); 127 c = curl_easy_init ();
128 curl_easy_setopt (c, CURLOPT_URL, 128 curl_easy_setopt (c, CURLOPT_URL,
129 "http://localhost:21080/hello_world?k=v+x&hash=%23"); 129 "http://127.0.0.1:21080/hello_world?k=v+x&hash=%23");
130 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); 130 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
131 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc); 131 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc);
132 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1); 132 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1);