mirror of
https://github.com/curl/curl.git
synced 2025-04-18 16:30:45 +08:00
write-out.d: clarify %{time_starttransfer}
sync it up with CURLINFO_STARTTRANSFER_TIME_T
This commit is contained in:
parent
ab3b2c47bd
commit
2e8fbec2db
@ -207,9 +207,9 @@ started. time_redirect shows the complete execution time for multiple
|
||||
redirections. (Added in 7.12.3)
|
||||
.TP
|
||||
**time_starttransfer**
|
||||
The time, in seconds, it took from the start until the first byte was just
|
||||
about to be transferred. This includes time_pretransfer and also the time the
|
||||
server needed to calculate the result.
|
||||
The time, in seconds, it took from the start until the first byte is received.
|
||||
This includes time_pretransfer and also the time the server needed to calculate
|
||||
the result.
|
||||
.TP
|
||||
**time_total**
|
||||
The total time, in seconds, that the full operation lasted.
|
||||
|
Loading…
x
Reference in New Issue
Block a user