diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-04-11 16:52:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-04-11 16:52:30 +0000 |
commit | f9781afafd3f0d01d00e6d58df081c3a870f8b8e (patch) | |
tree | 7fe3dc69d26ad0faa3e09e4a9ca777a441bf70b4 /docs/libcurl/curl_easy_getinfo.3 | |
parent | fece361a55aabd8eab617ee3a3ab4cd549ff3fcf (diff) |
clarified the CURLINFO_SIZE_DOWNLOAD somewhat on Juan F. Codagnone's
suggestion
Diffstat (limited to 'docs/libcurl/curl_easy_getinfo.3')
-rw-r--r-- | docs/libcurl/curl_easy_getinfo.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_getinfo.3 b/docs/libcurl/curl_easy_getinfo.3 index ae149264d..72171b9a6 100644 --- a/docs/libcurl/curl_easy_getinfo.3 +++ b/docs/libcurl/curl_easy_getinfo.3 @@ -78,7 +78,8 @@ uploaded. .TP .B CURLINFO_SIZE_DOWNLOAD Pass a pointer to a double to receive the total amount of bytes that were -downloaded. +downloaded. The amount is only for the latest transfer and will be reset again +for each new transfer. .TP .B CURLINFO_SPEED_DOWNLOAD Pass a pointer to a double to receive the average download speed that curl |