diff options
Diffstat (limited to 'tests/data/test1401')
-rw-r--r-- | tests/data/test1401 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/test1401 b/tests/data/test1401 index 34469a376..d6c904088 100644 --- a/tests/data/test1401 +++ b/tests/data/test1401 @@ -80,6 +80,7 @@ int main(int argc, char *argv[]) slist1 = curl_slist_append(slist1, "X-Men: cyclops, iceman"); hnd = curl_easy_init(); + curl_easy_setopt(hnd, CURLOPT_BUFFERSIZE, 102400L); curl_easy_setopt(hnd, CURLOPT_URL, "http://%HOSTIP:%HTTPPORT/we/want/1401"); curl_easy_setopt(hnd, CURLOPT_HEADER, 1L); curl_easy_setopt(hnd, CURLOPT_USERPWD, "fake:user"); |