From: Fabian Keil Date: Wed, 27 Jan 2021 10:12:09 +0000 (+0100) Subject: Add test373: multiple chunks with binary zeros X-Git-Tag: curl-7_82_0~251 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5da22337fec270fb28544a57e6dc7038ba2f8ec9;p=thirdparty%2Fcurl.git Add test373: multiple chunks with binary zeros --- diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index 4aa7b3ecb8..8ac53b06df 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -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 \ \ diff --git a/tests/data/test373 b/tests/data/test373 new file mode 100644 index 0000000000..753247fd8a --- /dev/null +++ b/tests/data/test373 @@ -0,0 +1,78 @@ + + + +HTTP +HTTP GET +chunked transfer encoding + + + + + +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 + + + + +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]% + + + + + + +http + + +Chunked transfer encoding - Multple valid chunks with binary zeros. + + +proxy + + +http://%HOSTIP:%HTTPPORT/chunked-transfer-encoding/%TESTNUMBER + + + + + +GET /chunked-transfer-encoding/%TESTNUMBER HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +User-Agent: curl/%VERSION +Accept: */* + + + +0 + + +