mirror of
https://github.com/curl/curl.git
synced 2026-06-24 23:35:38 +03:00
test363: make even smaller writes to loop more
This commit is contained in:
parent
3f3ddee066
commit
4cfab52721
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue