diff options
Diffstat (limited to 'src/daemon/daemontest_long_header.c')
-rw-r--r-- | src/daemon/daemontest_long_header.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/daemon/daemontest_long_header.c b/src/daemon/daemontest_long_header.c index 22368e9c..385b9776 100644 --- a/src/daemon/daemontest_long_header.c +++ b/src/daemon/daemontest_long_header.c | |||
@@ -118,8 +118,8 @@ testLongUrlGet () | |||
118 | curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); | 118 | curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); |
119 | curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc); | 119 | curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc); |
120 | curl_easy_setopt (c, CURLOPT_FAILONERROR, 1); | 120 | curl_easy_setopt (c, CURLOPT_FAILONERROR, 1); |
121 | curl_easy_setopt (c, CURLOPT_TIMEOUT, 2L); | 121 | curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); |
122 | curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 2L); | 122 | curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 15L); |
123 | if (oneone) | 123 | if (oneone) |
124 | curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1); | 124 | curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1); |
125 | else | 125 | else |
@@ -188,8 +188,8 @@ testLongHeaderGet () | |||
188 | curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); | 188 | curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, ©Buffer); |
189 | curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc); | 189 | curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc); |
190 | curl_easy_setopt (c, CURLOPT_FAILONERROR, 1); | 190 | curl_easy_setopt (c, CURLOPT_FAILONERROR, 1); |
191 | curl_easy_setopt (c, CURLOPT_TIMEOUT, 2L); | 191 | curl_easy_setopt (c, CURLOPT_TIMEOUT, 150L); |
192 | curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 2L); | 192 | curl_easy_setopt (c, CURLOPT_CONNECTTIMEOUT, 15L); |
193 | if (oneone) | 193 | if (oneone) |
194 | curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1); | 194 | curl_easy_setopt (c, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1); |
195 | else | 195 | else |