summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Keil <fk@fabiankeil.de>2021-01-24 14:43:20 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-01-07 10:01:44 +0100
commit33d0503103e2833a4c31186e80657370b947e91d (patch)
treee7d701db53a15ba96b5dc8f67af959c26629f00f
parent592880a3caf0b6f48b1dda6fbcf6a734237fcd43 (diff)
downloadcurl-33d0503103e2833a4c31186e80657370b947e91d.tar.gz
Add test372: binary zero in data element
-rw-r--r--tests/data/Makefile.inc2
-rw-r--r--tests/data/test37249
2 files changed, 50 insertions, 1 deletions
diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc
index 9e0372b6e..4aa7b3ecb 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 \
+test370 test371 test372 \
\
test392 test393 test394 test395 test396 test397 \
\
diff --git a/tests/data/test372 b/tests/data/test372
new file mode 100644
index 000000000..e1cf356dd
--- /dev/null
+++ b/tests/data/test372
@@ -0,0 +1,49 @@
+<testcase>
+<info>
+<keywords>
+HTTP
+HTTP GET
+</keywords>
+</info>
+
+<reply>
+<data>
+HTTP/1.1 200 OK
+Date: Thu, 22 Jul 2010 11:22:33 GMT
+Connection: close
+Content-Type: text/html
+X-Control: swsclose
+Content-Length: 2
+
+%hex[%00]hex%
+</data>
+</reply>
+
+<client>
+<server>
+http
+</server>
+<name>
+Binary zero in data element.
+</name>
+<features>
+proxy
+</features>
+<command>
+--raw http://%HOSTIP:%HTTPPORT/binary-zero-in-data-section/%TESTNUMBER
+</command>
+</client>
+
+<verify>
+<protocol>
+GET /binary-zero-in-data-section/%TESTNUMBER HTTP/1.1
+Host: %HOSTIP:%HTTPPORT
+User-Agent: curl/%VERSION
+Accept: */*
+
+</protocol>
+<errorcode>
+0
+</errorcode>
+</verify>
+</testcase>