diff options
Diffstat (limited to 'docs')
-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 |