Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CURLINFO_PRETRANSFER_TIME_T.3: fix pretransfer time explanation #12432

Closed
wants to merge 1 commit into from

Conversation

jay
Copy link
Member

@jay jay commented 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

Fixes #12431
Closes #xxxx

- 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

Fixes curl#12431
Closes #xxxx
@jay jay closed this in 8414273 Dec 1, 2023
@jay jay deleted the doc_sync_pretransfer branch December 1, 2023 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

CURLINFO_PRETRANSFER_TIME_T and CURLINFO_PRETRANSFER_TIME descriptions disagree
2 participants