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/reply30.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/data/reply30.txt (limited to 'tests/data/reply30.txt') diff --git a/tests/data/reply30.txt b/tests/data/reply30.txt new file mode 100644 index 000000000..abe711d93 --- /dev/null +++ b/tests/data/reply30.txt @@ -0,0 +1,7 @@ +HTTP/1.1 200 OK +Server: fake +Content-Length: 8400 + +This file is a lot smaller than 8400 and thus curl should return an error +for this. + -- cgit v1.2.3