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