diff options
author | Daniel Stenberg <daniel@haxx.se> | 2023-01-05 13:35:53 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2023-01-05 23:43:02 +0100 |
commit | 4cfab527216a52ec87b8a76ecc7c067bd8676d99 (patch) | |
tree | f2c75987b52829e99f278dc991d952da4edf0362 | |
parent | 3f3ddee0665176040b3eaf89a912a922726ecb18 (diff) | |
download | curl-4cfab527216a52ec87b8a76ecc7c067bd8676d99.tar.gz |
test363: make even smaller writes to loop more
-rw-r--r-- | tests/data/test363 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test363 b/tests/data/test363 index cd8fc435c..24179171a 100644 --- a/tests/data/test363 +++ b/tests/data/test363 @@ -55,9 +55,9 @@ CONNECT with short sends </name> <setenv> # make the first send cut off after this amount of data -CURL_SMALLREQSEND=48 +CURL_SMALLREQSEND=8 # make repeated sends small too -CURL_SMALLSENDS=40 +CURL_SMALLSENDS=8 </setenv> <command> http://test.%TESTNUMBER:%HTTPPORT/we/want/that/page/%TESTNUMBER -p -x %HOSTIP:%PROXYPORT -d "datatopost=ohthatsfunyesyes" |