HTTP
HTTP GET
Transfer-Encoding
#
# Server-side
HTTP/1.1 200 OK
Date: Mon, 29 Nov 2004 21:56:53 GMT
Server: Apache
Transfer-Encoding: chunked, gzip
0
HTTP/1.1 200 OK
Date: Mon, 29 Nov 2004 21:56:53 GMT
Server: Apache
#
# Client-side
libz
http
HTTP transfer-encoding wrong order
http://%HOSTIP:%HTTPPORT/%TESTNUMBER --tr-encoding
#
# Verify data after the test has been "shot"
GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
Connection: TE
TE: gzip
61