aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/daemontest_digestauth_with_arguments.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/daemontest_digestauth_with_arguments.c')
-rw-r--r--src/testcurl/daemontest_digestauth_with_arguments.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/daemontest_digestauth_with_arguments.c b/src/testcurl/daemontest_digestauth_with_arguments.c
index 130bfc44..1ff0c4e0 100644
--- a/src/testcurl/daemontest_digestauth_with_arguments.c
+++ b/src/testcurl/daemontest_digestauth_with_arguments.c
@@ -197,7 +197,7 @@ testDigestAuth ()
197 curl_easy_setopt (c, CURLOPT_USERPWD, "testuser:testpass"); 197 curl_easy_setopt (c, CURLOPT_USERPWD, "testuser:testpass");
198 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1); 198 curl_easy_setopt (c, CURLOPT_FAILONERROR, 1);
199 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); 199 curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L);
200 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 15L); 200 curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 150L);
201 curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1); 201 curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
202 /* NOTE: use of CONNECTTIMEOUT without also 202 /* NOTE: use of CONNECTTIMEOUT without also
203 setting NOSIGNAL results in really weird 203 setting NOSIGNAL results in really weird