2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2012-11-19 11:54:52 -05:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
2004-10-06 10:58:07 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
HTTP/1.1 301 OK swsbounce
|
|
|
|
Location: /189
|
2019-06-17 05:44:21 -04:00
|
|
|
Content-Length: 3
|
2004-10-06 10:58:07 -04:00
|
|
|
|
|
|
|
OK
|
|
|
|
</data>
|
|
|
|
<data1>
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Connection: close
|
|
|
|
Content-Length: 15
|
|
|
|
|
|
|
|
Actual content
|
|
|
|
</data1>
|
|
|
|
|
|
|
|
<datacheck>
|
|
|
|
HTTP/1.1 301 OK swsbounce
|
|
|
|
Location: /189
|
2019-06-17 05:44:21 -04:00
|
|
|
Content-Length: 3
|
2004-10-06 10:58:07 -04:00
|
|
|
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Connection: close
|
|
|
|
Content-Length: 15
|
|
|
|
|
|
|
|
</datacheck>
|
|
|
|
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
HTTP GET with resume and redirect (to a page that doesn't resume)
|
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
http://%HOSTIP:%HTTPPORT/189 -C 50 -L
|
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2004-10-06 10:58:07 -04:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
|
|
|
GET /189 HTTP/1.1
|
2015-03-11 19:50:46 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-10-06 10:58:07 -04:00
|
|
|
Range: bytes=50-
|
2020-10-02 07:45:24 -04:00
|
|
|
User-Agent: curl/%VERSION
|
2004-10-06 10:58:07 -04:00
|
|
|
Accept: */*
|
|
|
|
|
|
|
|
GET /189 HTTP/1.1
|
2015-03-11 19:50:46 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-10-06 10:58:07 -04:00
|
|
|
Range: bytes=50-
|
2020-10-02 07:45:24 -04:00
|
|
|
User-Agent: curl/%VERSION
|
2004-10-06 10:58:07 -04:00
|
|
|
Accept: */*
|
|
|
|
|
|
|
|
</protocol>
|
2007-08-30 16:34:57 -04:00
|
|
|
# 33 is CURLE_RANGE_ERROR
|
2004-10-06 10:58:07 -04:00
|
|
|
<errorcode>
|
|
|
|
33
|
|
|
|
</errorcode>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|