summaryrefslogtreecommitdiff
path: root/TODO-RELEASE
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-02-23 18:45:00 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-02-23 18:45:00 +0000
commit6c9f37d263593bd72759cc2c0d275a3a9cd47b19 (patch)
tree895bd918617eb82374d92943763c884e68b914b0 /TODO-RELEASE
parent735955282bca7b650b97329bbadfafaf282f54d3 (diff)
downloadcurl-6c9f37d263593bd72759cc2c0d275a3a9cd47b19.tar.gz
- After a bug reported by James Cheng I've made curl_easy_getinfo() for
CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD return -1 if the sizes aren't know. Previously these returned 0, make it impossible to detect the difference between actually zero and unknown.
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r--TODO-RELEASE3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 6bf1187ef..c5443870b 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -8,9 +8,6 @@ To be addressed in 7.19.4 (planned release: March 2009)
218 - Senthil Raja Velu's "CURLOPT_LOCALPORT option broken", patch by
Markus Koetter
-219 - James Cheng's bug "How to detect missing Content-Length response header?"
-
-
To be addressed in 7.19.5 (planned release: May 2009)
=========================