From: Daniel Stenberg Date: Fri, 11 Apr 2003 16:52:30 +0000 (+0000) Subject: clarified the CURLINFO_SIZE_DOWNLOAD somewhat on Juan F. Codagnone's X-Git-Tag: curl-7_10_5~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9781afafd3f0d01d00e6d58df081c3a870f8b8e;p=curl clarified the CURLINFO_SIZE_DOWNLOAD somewhat on Juan F. Codagnone's suggestion --- 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