diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-08-03 22:20:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-08-03 22:20:58 +0000 |
commit | 8d012181b01aae80b46c90755a55126bc9731f7d (patch) | |
tree | a2c527bf77818ef1e0f4f65049b3f19eb28a0a95 /tests/data/DISABLED | |
parent | d6344d9b5f752823da2cb981e974018e452bd4ab (diff) |
- 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.
Diffstat (limited to 'tests/data/DISABLED')
-rw-r--r-- | tests/data/DISABLED | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 4b41d668a..33f2c8d6e 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -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 |