aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf/test_put_large.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testzzuf/test_put_large.c')
-rw-r--r--src/testzzuf/test_put_large.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testzzuf/test_put_large.c b/src/testzzuf/test_put_large.c
index 432ae712..af0d1706 100644
--- a/src/testzzuf/test_put_large.c
+++ b/src/testzzuf/test_put_large.c
@@ -153,7 +153,7 @@ testInternalPut ()
153 fprintf (stderr, "."); 153 fprintf (stderr, ".");
154 154
155 c = curl_easy_init (); 155 c = curl_easy_init ();
156 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:11081/hello_world"); 156 curl_easy_setopt (c, CURLOPT_URL, "http://127.0.0.1:11081/hello_world");
157 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); 157 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
158 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc); 158 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc);
159 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); 159 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer);
@@ -205,7 +205,7 @@ testMultithreadedPut ()
205 fprintf (stderr, "."); 205 fprintf (stderr, ".");
206 206
207 c = curl_easy_init (); 207 c = curl_easy_init ();
208 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:11081/hello_world"); 208 curl_easy_setopt (c, CURLOPT_URL, "http://127.0.0.1:11081/hello_world");
209 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); 209 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
210 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc); 210 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc);
211 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); 211 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer);
@@ -276,7 +276,7 @@ testExternalPut ()
276 fprintf (stderr, "."); 276 fprintf (stderr, ".");
277 277
278 c = curl_easy_init (); 278 c = curl_easy_init ();
279 curl_easy_setopt (c, CURLOPT_URL, "http://localhost:11081/hello_world"); 279 curl_easy_setopt (c, CURLOPT_URL, "http://127.0.0.1:11081/hello_world");
280 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); 280 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer);
281 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc); 281 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc);
282 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); 282 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer);