From b6ca1be1cd792e02f3d6d0ba24b1654fcabce569 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 28 May 2001 12:30:21 +0000 Subject: test case converted to the new file format --- tests/data/test12 | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 tests/data/test12 (limited to 'tests/data/test12') diff --git a/tests/data/test12 b/tests/data/test12 new file mode 100644 index 000000000..9f105f0cf --- /dev/null +++ b/tests/data/test12 @@ -0,0 +1,44 @@ +# Server-side + + +HTTP/1.1 206 Partial Content +Date: Mon, 13 Nov 2000 13:41:09 GMT +Server: Apache/1.3.11 (Unix) PHP/3.0.14 +Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT +ETag: "21025-dc7-39462498" +Accept-Ranges: bytes +Content-Length: 101 +Content-Range: bytes 100-200/3527 +Connection: close +Content-Type: text/html + +ink="#ffffff" vlink="#cccccc"> + + 0123456 + + + +# Client-side + + +HTTP range support + + +http://%HOSTIP:%HOSTPORT/want/12 -r 100-200 + + + +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET /want/12 HTTP/1.1 +Range: bytes=100-200 +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* + + + -- cgit v1.2.3