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-04-24 05:33:25 -04:00
|
|
|
# Server-side
|
|
|
|
# This particular response is an exact excerpt from an actual Apache
|
2008-02-08 21:37:31 -05:00
|
|
|
# server when asked for a 0-10,12-15 range (except gt/lt changed to {}
|
|
|
|
# to avoid XML escaping problems).
|
2004-04-24 05:33:25 -04:00
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
HTTP/1.1 206 Partial Content swsclose
|
|
|
|
Date: Sat, 24 Apr 2004 09:24:49 GMT
|
|
|
|
Server: Apache/1.3.29 (Unix) mod_throttle/3.1.2 PHP/4.3.4 mod_fastcgi/2.4.0
|
|
|
|
Last-Modified: Tue, 23 Mar 2004 08:23:14 GMT
|
|
|
|
ETag: "53814a-ec5-405ff3f2"
|
|
|
|
Accept-Ranges: bytes
|
|
|
|
Content-Length: 187
|
|
|
|
Content-Type: multipart/byteranges; boundary=408a326132c
|
|
|
|
|
|
|
|
--408a326132c
|
|
|
|
Content-type: text/html
|
|
|
|
Content-range: bytes 0-10/3781
|
|
|
|
|
2008-02-08 21:37:31 -05:00
|
|
|
{html}
|
|
|
|
{hea
|
2004-04-24 05:33:25 -04:00
|
|
|
|
|
|
|
--408a326132c
|
|
|
|
Content-type: text/html
|
|
|
|
Content-range: bytes 12-15/3781
|
|
|
|
|
2008-02-08 21:37:31 -05:00
|
|
|
}
|
|
|
|
{t
|
2004-04-24 05:33:25 -04:00
|
|
|
|
|
|
|
--408a326132c--
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
HTTP range with multiple ranges
|
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-08 04:08:38 -04:00
|
|
|
http://%HOSTIP:%HTTPPORT/want/164 -r 0-10,12-15
|
2004-04-24 05:33:25 -04:00
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2004-04-24 05:33:25 -04:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
GET /want/164 HTTP/1.1
|
|
|
|
Range: bytes=0-10,12-15
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-04-24 05:33:25 -04:00
|
|
|
Accept: */*
|
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|