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