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/test1042 | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 tests/data/test1042 (limited to 'tests/data/test1042') diff --git a/tests/data/test1042 b/tests/data/test1042 new file mode 100644 index 000000000..d532120d9 --- /dev/null +++ b/tests/data/test1042 @@ -0,0 +1,94 @@ + + + +HTTP +HTTP GET +Resume +FAILURE + + + +# Server-side + +# Some servers (e.g. Apache 1.2) respond this way to an invalid byte range + +HTTP/1.1 200 OK +Connection: close +Content-Length: 100 +Content-Type: text/plain + +012345678 +012345678 +012345678 +012345678 +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 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +HTTP/1.1 200 OK +Connection: close +Content-Length: 100 +Content-Type: text/plain + + + + +# Client-side + + +http + + +HTTP GET from end of entirely-downloaded file, no server resume + + +http://%HOSTIP:%HTTPPORT/1042 -C - + + +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 +012345678 + + + +# Verify data after the test has been "shot" + + +33 + + +^User-Agent:.* + + +GET /1042 HTTP/1.1 +Range: bytes=100- +Host: %HOSTIP:%HTTPPORT +Accept: */* + + + + -- cgit v1.2.3