summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-08-28 08:57:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-08-28 08:57:15 +0000
commitbf8ba229e0f0675e74698ca3486851f97a00b204 (patch)
tree257b27da318873c68c54747f5f914b02bda75e43
parent19d0a7495e11748c892ad38347559d742100942e (diff)
downloadcurl-bf8ba229e0f0675e74698ca3486851f97a00b204.tar.gz
we need to look over what libcurl does (not) do when error is received when it
wants to send data
-rw-r--r--TODO-RELEASE7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 25cb6a915..7e5f4ea61 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -17,4 +17,9 @@ To be addressed before 7.19.1 (planned release: October 2008)
161 - test case 1065 failure (HTTP PUT with one file but two URLs)
http://curl.haxx.se/mail/archive-2008-08/0075.html
-162 -
+162 - Craig Perras' note "http upload: how to stop on error"
+ http://curl.haxx.se/mail/archive-2008-08/0138.html Most possibly this is
+ also closely related to the bug "race condition while POSTing to
+ HTTP/1.0 servers" => http://curl.haxx.se/bug/view.cgi?id=2080222
+
+163 -