HTTP
HTTP GET
retry
#
# Server-side
HTTP/1.1 200 OK swsclose swsbounce
Content-Length: 5
Connection: close
bbb
HTTP/1.1 200 OK
Content-Length: 5
Connection: close
data
#
# Client-side
http
HTTP GET --retry-all-errors to overcome partial transfer
--retry 1 --retry-all-errors -o log/outfile1909 http://%HOSTIP:%HTTPPORT/1909
#
# Verify data after the test has been "shot"
^User-Agent:.*
GET /1909 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
GET /1909 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
data