From aa4a7471dd159d7a3b7cfc8dd3e706e0223afa9b Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 15 Jul 2008 04:12:15 +0000 Subject: Added test1042 and test1043 to test -C - on HTTP. --- tests/data/test1043 | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 tests/data/test1043 (limited to 'tests/data/test1043') diff --git a/tests/data/test1043 b/tests/data/test1043 new file mode 100644 index 000000000..f9bd1057b --- /dev/null +++ b/tests/data/test1043 @@ -0,0 +1,84 @@ + + + +HTTP +HTTP GET +Resume + + + +# Server-side + + +HTTP/1.1 206 Partial Content +Date: Mon, 13 Nov 2007 13:41:09 GMT +Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT +Accept-Ranges: bytes +Content-Length: 60 +Content-Range: bytes 40-99/100 + +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 + + +# The file data that exists at the start of the test must be included in +# the verification. + +012345678 +012345678 +012345678 +012345678 +HTTP/1.1 206 Partial Content +Date: Mon, 13 Nov 2007 13:41:09 GMT +Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT +Accept-Ranges: bytes +Content-Length: 60 +Content-Range: bytes 40-99/100 + +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 + + + + +# Client-side + + +http + + +HTTP GET with resume from end of file + + +http://%HOSTIP:%HTTPPORT/1043 -C - + + +012345678 +012345678 +012345678 +012345678 + + + +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET /1043 HTTP/1.1 +Range: bytes=40- +Host: %HOSTIP:%HTTPPORT +Accept: */* + + + + -- cgit v1.2.3