aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/daemontest_urlparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/daemontest_urlparse.c')
-rw-r--r--src/testcurl/daemontest_urlparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/daemontest_urlparse.c b/src/testcurl/daemontest_urlparse.c
index 9e0c9d30..39812324 100644
--- a/src/testcurl/daemontest_urlparse.c
+++ b/src/testcurl/daemontest_urlparse.c
@@ -136,7 +136,7 @@ testInternalGet (int poll_flag)
136 if (d == NULL) 136 if (d == NULL)
137 return 1; 137 return 1;
138 c = curl_easy_init (); 138 c = curl_easy_init ();
139 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:11080/hello_world?a=b&c=&d"); 139 curl_easy_setopt (c, CURLOPT_URL, "http://127.0.0.1:11080/hello_world?a=b&c=&d");
140 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); 140 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
141 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc); 141 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc);
142 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1); 142 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1);