diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-07-15 04:12:15 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-07-15 04:12:15 +0000 |
commit | aa4a7471dd159d7a3b7cfc8dd3e706e0223afa9b (patch) | |
tree | d7a2437b6a1e957725fd8ce9033d22322355adac /tests/data/test1041 | |
parent | 69a03ce23ca24054f9a3c6f65f5b139539fc929c (diff) | |
download | curl-aa4a7471dd159d7a3b7cfc8dd3e706e0223afa9b.tar.gz |
Added test1042 and test1043 to test -C - on HTTP.
Diffstat (limited to 'tests/data/test1041')
-rw-r--r-- | tests/data/test1041 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/test1041 b/tests/data/test1041 index 825cdaf32..fa1692c1f 100644 --- a/tests/data/test1041 +++ b/tests/data/test1041 @@ -1,4 +1,5 @@ <testcase> +# Similar to test33 <info> <keywords> HTTP @@ -52,6 +53,8 @@ http://%HOSTIP:%HTTPPORT/1041 -Tlog/test1041.txt -C - <strip> ^User-Agent:.* </strip> +# curl doesn't do a HEAD request on the remote file so it has no idea whether +# it can skip part of the file or not. Instead, it sends the entire file. <protocol> PUT /1041 HTTP/1.1
Content-Range: bytes 0-99/100
|