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

getinfo: CURLINFO_QUEUE_TIME_T #12368

Closed
wants to merge 1 commit into from
Closed

getinfo: CURLINFO_QUEUE_TIME_T #12368

wants to merge 1 commit into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Nov 20, 2023

Returns the time, in microseconds, during which this transfer was held in a waiting queue before it started "for real". A transfer might be put in a queue if after getting started, it cannot create a new connection etc due to set conditions and limits imposed by the application.

Ref: #12293

@bagder bagder added feature-window A merge of this requires an open feature window libcurl API labels Nov 20, 2023
bagder added a commit that referenced this pull request Dec 16, 2023
Returns the time, in microseconds, during which this transfer was held
in a waiting queue before it started "for real". A transfer might be put
in a queue if after getting started, it cannot create a new connection
etc due to set conditions and limits imposed by the application.

Ref: #12293
Closes #12368
bagder added a commit that referenced this pull request Dec 18, 2023
Returns the time, in microseconds, during which this transfer was held
in a waiting queue before it started "for real". A transfer might be put
in a queue if after getting started, it cannot create a new connection
etc due to set conditions and limits imposed by the application.

Ref: #12293
Closes #12368
Returns the time, in microseconds, during which this transfer was held
in a waiting queue before it started "for real". A transfer might be put
in a queue if after getting started, it cannot create a new connection
etc due to set conditions and limits imposed by the application.

Ref: #12293
Closes #12368
@bagder bagder closed this in 68f96fc Dec 27, 2023
@bagder bagder deleted the bagder/timer-postqueue branch December 27, 2023 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-window A merge of this requires an open feature window libcurl API
Development

Successfully merging this pull request may close these issues.

None yet

1 participant