HTTP
HTTP GET
HTTP added headers
# Server-side
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Length: 6
Connection: close
-foo-
# Client-side
http
Send custom request headers larger than the response header limit
header "X-Large: %repeat[307200 x x]%"
header "Connection: %repeat[307200 x x]%"
header "%repeat[307201 x X]%;"
-K - http://%HOSTIP:%HTTPPORT/%TESTNUMBER
# Verify data after the test has been "shot"
GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
X-Large: %repeat[307200 x x]%
%repeat[307201 x X]%:
Connection: %repeat[307200 x x]%
Maximum allocated: 4000000