mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:33:35 +03:00
getinfo: add CURLINFO_POSTTRANSFER_TIME_T
Returns the time, in microseconds, from the start until the last byte is sent by libcurl (i.e. the request is sent off). Closes #14189
This commit is contained in:
parent
c0233a35da
commit
136504195a
18 changed files with 123 additions and 9 deletions
|
|
@ -217,7 +217,7 @@ void Curl_pgrsTimeWas(struct Curl_easy *data, timerid timer,
|
|||
break;
|
||||
}
|
||||
case TIMER_POSTRANSFER:
|
||||
/* this is the normal end-of-transfer thing */
|
||||
delta = &data->progress.t_posttransfer;
|
||||
break;
|
||||
case TIMER_REDIRECT:
|
||||
data->progress.t_redirect = Curl_timediff_us(timestamp,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue