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 c3f75729..018f4a0f 100644
--- a/src/testcurl/daemontest_parse_cookies.c
+++ b/src/testcurl/daemontest_parse_cookies.c
@@ -146,7 +146,7 @@ testExternalGet ()
146 else 146 else
147 curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_0); 147 curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_0);
148 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); 148 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L);
149 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 15L); 149 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 150L);
150 /* NOTE: use of CONNECTTIMEOUT without also 150 /* NOTE: use of CONNECTTIMEOUT without also
151 setting NOSIGNAL results in really weird 151 setting NOSIGNAL results in really weird
152 crashes on my system! */ 152 crashes on my system! */