aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/daemontest_parse_cookies.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/daemontest_parse_cookies.c')
-rw-r--r--src/testcurl/daemontest_parse_cookies.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/daemontest_parse_cookies.c b/src/testcurl/daemontest_parse_cookies.c
index 16e0aecd..c3f75729 100644
--- a/src/testcurl/daemontest_parse_cookies.c
+++ b/src/testcurl/daemontest_parse_cookies.c
@@ -132,7 +132,7 @@ testExternalGet ()
132 if (d == NULL) 132 if (d == NULL)
133 return 256; 133 return 256;
134 c = curl_easy_init (); 134 c = curl_easy_init ();
135 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:21080/hello_world"); 135 curl_easy_setopt (c, CURLOPT_URL, "http://127.0.0.1:21080/hello_world");
136 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); 136 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
137 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc); 137 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc);
138 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1); 138 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1);