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/test1017 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 tests/data/test1017 (limited to 'tests/data/test1017') diff --git a/tests/data/test1017 b/tests/data/test1017 new file mode 100644 index 000000000..8c4c0a811 --- /dev/null +++ b/tests/data/test1017 @@ -0,0 +1,35 @@ + + + +FILE + + +# Server-side + + + + + +# Client-side + + +none + + +0-Y range on a file:// URL to stdout + + +-r 0-3 file://localhost/%PWD/log/test1017.txt + + +1234567890 + + + +# Verify data after the test has been "shot" + + +1234 + + + -- cgit v1.2.3