write-out.d: clarify size_download/upload

They show the number of "body" bytes transfered.
Fixes #7702
Closes #7706
This commit is contained in:
Daniel Stenberg 2021-09-11 22:59:38 +02:00
parent 3cb8a74867
commit dbe693e769
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -112,7 +112,8 @@ known as "http_code"). (Added in 7.18.2)
The URL scheme (sometimes called protocol) that was effectively used. (Added in 7.52.0) The URL scheme (sometimes called protocol) that was effectively used. (Added in 7.52.0)
.TP .TP
.B size_download .B size_download
The total amount of bytes that were downloaded. The total amount of bytes that were downloaded. This is the size of the
body/data that was transfered, excluding headers.
.TP .TP
.B size_header .B size_header
The total amount of bytes of the downloaded headers. The total amount of bytes of the downloaded headers.
@ -121,7 +122,8 @@ The total amount of bytes of the downloaded headers.
The total amount of bytes that were sent in the HTTP request. The total amount of bytes that were sent in the HTTP request.
.TP .TP
.B size_upload .B size_upload
The total amount of bytes that were uploaded. The total amount of bytes that were uploaded. This is the size of the
body/data that was transfered, excluding headers.
.TP .TP
.B speed_download .B speed_download
The average download speed that curl measured for the complete download. Bytes The average download speed that curl measured for the complete download. Bytes