Skip to content

CURLINFO_PRETRANSFER_TIME_T and CURLINFO_PRETRANSFER_TIME descriptions disagree #12431

@eeverettrbx

Description

@eeverettrbx

I did this

The man page for CURLINFO_PRETRANSFER_TIME says

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions