From 08adf679691006a8fc45fca07c7a10e6a458283e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 11 Jan 2008 14:20:41 +0000 Subject: Daniel Egger made CURLOPT_RANGE work on file:// URLs the very same way it already worked for FTP:// URLs --- tests/data/test1020 | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 tests/data/test1020 (limited to 'tests/data/test1020') diff --git a/tests/data/test1020 b/tests/data/test1020 new file mode 100644 index 000000000..fe834d27c --- /dev/null +++ b/tests/data/test1020 @@ -0,0 +1,37 @@ + + + +FILE + + +# Server-side + + + + + +# Client-side + + +none + + +-Y range on a file:// URL to stdout + + +-r -9 file://localhost/%PWD/log/test1020.txt + + +1234567890 +1234567890 + + + +# Verify data after the test has been "shot" + + +34567890 + + + + -- cgit v1.2.3