mirror of
https://github.com/curl/curl.git
synced 2026-07-29 23:28:08 +03:00
- Test case 1041 (added by Daniel Fandrich April 14th) proved a bug where PUT
with -C - sent garbage in the Content-Range: header. I fixed this problem by making sure libcurl always sets the size of the _entire_ upload if an app attemps to do resumed uploads since libcurl simply cannot know the size of what is currently at the server end. Test 1041 is no longer disabled.
This commit is contained in:
parent
d6344d9b5f
commit
8d012181b0
5 changed files with 20 additions and 4 deletions
|
|
@ -3,7 +3,6 @@
|
|||
# test cases are run by runtests.pl. Just add the plain test case numbers, one
|
||||
# per line.
|
||||
# Lines starting with '#' letters are treated as comments.
|
||||
1041
|
||||
1051
|
||||
1052
|
||||
1055
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue