From 3f5546b2bee5c592bcb6a2cb5ddd1a2e5160eb4f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 16 Jan 2014 23:12:19 +0100 Subject: test1416: verify the chunked size overflow detection --- tests/data/test1416 | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 tests/data/test1416 (limited to 'tests/data/test1416') diff --git a/tests/data/test1416 b/tests/data/test1416 new file mode 100644 index 000000000..546575e5d --- /dev/null +++ b/tests/data/test1416 @@ -0,0 +1,63 @@ + + + +HTTP +HTTP GET +chunked Transfer-Encoding + + +# +# Server-side + + +HTTP/1.1 200 funky chunky! +Server: fakeit/0.9 fakeitbad/1.0 +Transfer-Encoding: chunked +Connection: mooo + +12345678123456789 +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +30 +bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb +21;heresatest=moooo +cccccccccccccccccccccccccccccccc + +0 + + + + +# +# Client-side + + +http + + +HTTP GET with chunked Transfer-Encoding overflowed chunked size + + +http://%HOSTIP:%HTTPPORT/1416 + + + +# +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET /1416 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + + + +# 56 = CURLE_RECV_ERROR + +56 + + + + -- cgit v1.2.3