You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It includes the sending of the protocol- specific protocol instructions that triggers a transfer.
but the man page for CURLINFO_PRETRANSFER_TIME_T says
It does not involve the sending of the protocol- specific request that triggers a transfer.
despite the fact that both are obtained from data->progress.t_pretransfer
I expected the following
It looks like the wording used to be the same until CURLINFO_PRETRANSFER_TIME's man page was updated in #6453 , presumably that one is correct and CURLINFO_PRETRANSFER_TIME_T's page just needs to be updated as well?
curl/libcurl version
curl 8.4.0
operating system
n/a
The text was updated successfully, but these errors were encountered:
jay
added a commit
to jay/curl
that referenced
this issue
Nov 30, 2023
- Change CURLINFO_PRETRANSFER_TIME_T explanation to say that it
includes protocol-specific instructions that trigger a transfer.
Prior to this change it explicitly said that it did not include those
instructions but that is incorrect.
The change is a copy of the fixed explanation already in
CURLINFO_PRETRANSFER_TIME, fixed by ec8dcd7.
Reported-by: eeverettrbx@users.noreply.github.com
Fixescurl#12431
Closes #xxxx
jay
added a commit
to jay/curl
that referenced
this issue
Nov 30, 2023
- Change CURLINFO_PRETRANSFER_TIME_T explanation to say that it
includes protocol-specific instructions that trigger a transfer.
Prior to this change it explicitly said that it did not include those
instructions in the time, but that is incorrect.
The change is a copy of the fixed explanation already in
CURLINFO_PRETRANSFER_TIME, fixed by ec8dcd7.
Reported-by: eeverettrbx@users.noreply.github.com
Fixescurl#12431
Closes #xxxx
I did this
The man page for CURLINFO_PRETRANSFER_TIME says
but the man page for CURLINFO_PRETRANSFER_TIME_T says
despite the fact that both are obtained from
data->progress.t_pretransfer
I expected the following
It looks like the wording used to be the same until CURLINFO_PRETRANSFER_TIME's man page was updated in #6453 , presumably that one is correct and CURLINFO_PRETRANSFER_TIME_T's page just needs to be updated as well?
curl/libcurl version
curl 8.4.0
operating system
n/a
The text was updated successfully, but these errors were encountered: