From 3cb3d43913e900e7de0724ec31a330a6fda31b23 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 27 Jan 2001 18:49:48 +0000 Subject: added test 29 and 30, HTTP resume and partial download tests --- tests/data/reply29.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/data/reply29.txt (limited to 'tests/data/reply29.txt') diff --git a/tests/data/reply29.txt b/tests/data/reply29.txt new file mode 100644 index 000000000..dd35000af --- /dev/null +++ b/tests/data/reply29.txt @@ -0,0 +1,9 @@ +HTTP/1.1 200 OK +Server: fake +Content-Range: bytes 200-3526/3527 +Content-Length: 84 + + +The Content-Range header's contents above aren't really genuine for this +content. + -- cgit v1.2.3