aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/daemontest_put_chunked.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/daemontest_put_chunked.c')
-rw-r--r--src/testcurl/daemontest_put_chunked.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testcurl/daemontest_put_chunked.c b/src/testcurl/daemontest_put_chunked.c
index fdd4cfc7..ced7b29d 100644
--- a/src/testcurl/daemontest_put_chunked.c
+++ b/src/testcurl/daemontest_put_chunked.c
@@ -153,7 +153,7 @@ testInternalPut ()
153 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1); 153 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1);
154 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); 154 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L);
155 curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1); 155 curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
156 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 15L); 156 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 150L);
157 // NOTE: use of CONNECTTIMEOUT without also 157 // NOTE: use of CONNECTTIMEOUT without also
158 // setting NOSIGNAL results in really weird 158 // setting NOSIGNAL results in really weird
159 // crashes on my system! 159 // crashes on my system!
@@ -209,7 +209,7 @@ testMultithreadedPut ()
209 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1); 209 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1);
210 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); 210 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L);
211 curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1); 211 curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
212 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 15L); 212 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 150L);
213 // NOTE: use of CONNECTTIMEOUT without also 213 // NOTE: use of CONNECTTIMEOUT without also
214 // setting NOSIGNAL results in really weird 214 // setting NOSIGNAL results in really weird
215 // crashes on my system! 215 // crashes on my system!
@@ -267,7 +267,7 @@ testMultithreadedPoolPut ()
267 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1); 267 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1);
268 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); 268 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L);
269 curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1); 269 curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
270 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 15L); 270 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 150L);
271 // NOTE: use of CONNECTTIMEOUT without also 271 // NOTE: use of CONNECTTIMEOUT without also
272 // setting NOSIGNAL results in really weird 272 // setting NOSIGNAL results in really weird
273 // crashes on my system! 273 // crashes on my system!
@@ -335,7 +335,7 @@ testExternalPut ()
335 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1); 335 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1);
336 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); 336 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L);
337 curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1); 337 curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
338 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 15L); 338 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 150L);
339 // NOTE: use of CONNECTTIMEOUT without also 339 // NOTE: use of CONNECTTIMEOUT without also
340 // setting NOSIGNAL results in really weird 340 // setting NOSIGNAL results in really weird
341 // crashes on my system! 341 // crashes on my system!