mirror of
https://github.com/curl/curl.git
synced 2026-08-26 07:23:31 +03:00
Added test1042 and test1043 to test -C - on HTTP.
This commit is contained in:
parent
69a03ce23c
commit
aa4a7471dd
5 changed files with 184 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue