summaryrefslogtreecommitdiff
path: root/tests/data/test1404
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-04-24 14:28:19 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-04-24 14:28:19 +0200
commit3721422d8c9e580c94ef574743be15639df2a6fa (patch)
tree5692983f7952e90e5cee6748fcf8bbe8a8c7fe67 /tests/data/test1404
parent0b8761186cbca201c643200090c6e67e7edc4073 (diff)
downloadcurl-3721422d8c9e580c94ef574743be15639df2a6fa.tar.gz
tests: update with the CURLOPT_BUFFERSIZE changebagder/curl-larger-buffer
Diffstat (limited to 'tests/data/test1404')
-rw-r--r--tests/data/test14041
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/test1404 b/tests/data/test1404
index c0bb81b58..c86d2602c 100644
--- a/tests/data/test1404
+++ b/tests/data/test1404
@@ -123,6 +123,7 @@ int main(int argc, char *argv[])
CURLFORM_END);
hnd = curl_easy_init();
+ curl_easy_setopt(hnd, CURLOPT_BUFFERSIZE, 102400L);
curl_easy_setopt(hnd, CURLOPT_URL, "http://%HOSTIP:%HTTPPORT/we/want/1404");
curl_easy_setopt(hnd, CURLOPT_HEADER, 1L);
curl_easy_setopt(hnd, CURLOPT_HTTPPOST, post1);