From 4cfab527216a52ec87b8a76ecc7c067bd8676d99 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 5 Jan 2023 13:35:53 +0100 Subject: [PATCH] test363: make even smaller writes to loop more --- tests/data/test363 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/data/test363 b/tests/data/test363 index cd8fc435c7..24179171a6 100644 --- a/tests/data/test363 +++ b/tests/data/test363 @@ -55,9 +55,9 @@ CONNECT with short sends # 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 http://test.%TESTNUMBER:%HTTPPORT/we/want/that/page/%TESTNUMBER -p -x %HOSTIP:%PROXYPORT -d "datatopost=ohthatsfunyesyes"