|
|
@@ -118,7 +118,7 @@ testInternalGet (int poll_flag)
|
|
|
curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc);
|
|
|
curl_easy_setopt (c, CURLOPT_FAILONERROR, 1);
|
|
|
curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L);
|
|
|
- curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 15L);
|
|
|
+ curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 150L);
|
|
|
if (oneone)
|
|
|
curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
|
|
|
else
|
|
|
@@ -171,7 +171,7 @@ testMultithreadedGet (int poll_flag)
|
|
|
curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
|
|
|
else
|
|
|
curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_0);
|
|
|
- curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 15L);
|
|
|
+ curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 150L);
|
|
|
/* NOTE: use of CONNECTTIMEOUT without also
|
|
|
setting NOSIGNAL results in really weird
|
|
|
crashes on my system! */
|
|
|
@@ -221,7 +221,7 @@ testMultithreadedPoolGet (int poll_flag)
|
|
|
curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
|
|
|
else
|
|
|
curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_0);
|
|
|
- curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 15L);
|
|
|
+ curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 150L);
|
|
|
/* NOTE: use of CONNECTTIMEOUT without also
|
|
|
setting NOSIGNAL results in really weird
|
|
|
crashes on my system!*/
|
|
|
@@ -280,7 +280,7 @@ testExternalGet ()
|
|
|
else
|
|
|
curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_0);
|
|
|
curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L);
|
|
|
- curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 15L);
|
|
|
+ curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 150L);
|
|
|
/* NOTE: use of CONNECTTIMEOUT without also
|
|
|
setting NOSIGNAL results in really weird
|
|
|
crashes on my system! */
|
|
|
@@ -412,7 +412,7 @@ testUnknownPortGet (int poll_flag)
|
|
|
curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc);
|
|
|
curl_easy_setopt (c, CURLOPT_FAILONERROR, 1);
|
|
|
curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L);
|
|
|
- curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 15L);
|
|
|
+ curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 150L);
|
|
|
if (oneone)
|
|
|
curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
|
|
|
else
|