Skip to content
Snippets Groups Projects
Commit f9781afa authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

clarified the CURLINFO_SIZE_DOWNLOAD somewhat on Juan F. Codagnone's

suggestion
parent fece361a
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,8 @@ uploaded. ...@@ -78,7 +78,8 @@ uploaded.
.TP .TP
.B CURLINFO_SIZE_DOWNLOAD .B CURLINFO_SIZE_DOWNLOAD
Pass a pointer to a double to receive the total amount of bytes that were 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 .TP
.B CURLINFO_SPEED_DOWNLOAD .B CURLINFO_SPEED_DOWNLOAD
Pass a pointer to a double to receive the average download speed that curl Pass a pointer to a double to receive the average download speed that curl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment