Add test373: multiple chunks with binary zeros

This commit is contained in:
Fabian Keil 2021-01-27 11:12:09 +01:00 committed by Daniel Stenberg
parent 33d0503103
commit 5da22337fe
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 79 additions and 1 deletions

View File

@ -61,7 +61,7 @@ test334 test335 test336 test337 test338 test339 test340 test341 test342 \
test343 test344 test345 test346 test347 test348 test349 test350 test351 \
test352 test353 test354 test355 test356 test357 test358 test359 test360 \
test361 test362 test363 test364 test365 test366 test367 test368 test369 \
test370 test371 test372 \
test370 test371 test372 test373 \
\
test392 test393 test394 test395 test396 test397 \
\

78
tests/data/test373 Normal file
View File

@ -0,0 +1,78 @@
<testcase>
<info>
<keywords>
HTTP
HTTP GET
chunked transfer encoding
</keywords>
</info>
<reply>
<data>
HTTP/1.1 200 OK
Date: Thu, 22 Jul 2010 11:22:33 GMT
Connection: close
Content-Type: text/html
Transfer-Encoding: chunked
X-Control: swsclose
100
%repeat[255 x %00]%
100
%repeat[255 x %00]%
100
%repeat[255 x %00]%
100
%repeat[255 x %00]%
0
</data>
<datacheck>
HTTP/1.1 200 OK
Date: Thu, 22 Jul 2010 11:22:33 GMT
Connection: close
Content-Type: text/html
Transfer-Encoding: chunked
X-Control: swsclose
%repeat[255 x %00]%
%repeat[255 x %00]%
%repeat[255 x %00]%
%repeat[255 x %00]%
</datacheck>
</reply>
<client>
<server>
http
</server>
<name>
Chunked transfer encoding - Multple valid chunks with binary zeros.
</name>
<features>
proxy
</features>
<command>
http://%HOSTIP:%HTTPPORT/chunked-transfer-encoding/%TESTNUMBER
</command>
</client>
<verify>
<protocol>
GET /chunked-transfer-encoding/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
</protocol>
<errorcode>
0
</errorcode>
</verify>
</testcase>