- After a bug reported by James Cheng I've made curl_easy_getinfo() for
authorDaniel Stenberg <daniel@haxx.se>
Mon, 23 Feb 2009 18:45:00 +0000 (18:45 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Feb 2009 18:45:00 +0000 (18:45 +0000)
commit6c9f37d263593bd72759cc2c0d275a3a9cd47b19
tree895bd918617eb82374d92943763c884e68b914b0
parent735955282bca7b650b97329bbadfafaf282f54d3
- 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.
CHANGES
RELEASE-NOTES
TODO-RELEASE
docs/libcurl/curl_easy_getinfo.3
lib/getinfo.c