3 # This particular response is an exact excerpt from an actual Apache
4 # server when asked for a 0-10,12-15 range (except gt/lt changed to {}
5 # to avoid XML escaping problems).
8 HTTP/1.1 206 Partial Content swsclose
9 Date: Sat, 24 Apr 2004 09:24:49 GMT
10 Server: Apache/1.3.29 (Unix) mod_throttle/3.1.2 PHP/4.3.4 mod_fastcgi/2.4.0
11 Last-Modified: Tue, 23 Mar 2004 08:23:14 GMT
12 ETag: "53814a-ec5-405ff3f2"
15 Content-Type: multipart/byteranges; boundary=408a326132c
18 Content-type: text/html
19 Content-range: bytes 0-10/3781
25 Content-type: text/html
26 Content-range: bytes 12-15/3781
41 HTTP range with multiple ranges
44 http://%HOSTIP:%HTTPPORT/want/164 -r 0-10,12-15
48 # Verify data after the test has been "shot"
54 GET /want/164 HTTP/1.1
55 Range: bytes=0-10,12-15
56 Host: %HOSTIP:%HTTPPORT