| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
CURL.GetMultiTransfersPending
The number of current easy handles waiting to start.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| CURL | 15.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "CURL.GetMultiTransfersPending"; curl ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| curl | The CURL session handle. | $curl |
Result
Returns number or error.
Description
The number of current easy handles waiting to start.An added transfer might become pending for various reasons: a connection limit forces it to wait, resolving DNS is not finished or it is not clear if an existing, matching connection may allow multiplexing (HTTP/2 or HTTP/3).
See also
- CURL.GetMultiTransfersAdded
- CURL.GetMultiTransfersCurrent
- CURL.GetMultiTransfersDone
- CURL.GetMultiTransfersRunning
Release notes
- Version 15.5
- Added CURL.GetMultiTransfersAdded, CURL.GetMultiTransfersCurrent, CURL.GetMultiTransfersDone, CURL.GetMultiTransfersPending and CURL.GetMultiTransfersRunning functions.
Blog Entries
This function is free to use.
Created 17th September 2025, last changed 17th September 2025