aboutsummaryrefslogtreecommitdiff
path: root/TODO-RELEASE
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-08-03 22:20:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-08-03 22:20:58 +0000
commit8d012181b01aae80b46c90755a55126bc9731f7d (patch)
treea2c527bf77818ef1e0f4f65049b3f19eb28a0a95 /TODO-RELEASE
parentd6344d9b5f752823da2cb981e974018e452bd4ab (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 'TODO-RELEASE')
-rw-r--r--TODO-RELEASE2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index b0d547096..25618efc9 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -25,8 +25,6 @@ To be addressed before 7.19.0 (planned release: August 2008)
tests on the system might allow determination of the problem origin.
Solaris AutoBuilds suceeded on August 2 and 3.
-150 - PUT with -C - sends garbage in the Content-Range: header (test case 1041)
-
151 - PUT with -L hangs after receiving a redirect (test case 1051, but the
test harness has a problem with this, too)