1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

TODO: CURLINFO_PAUSE_STATE

Closes #2588
This commit is contained in:
Daniel Stenberg 2018-05-24 20:35:39 +02:00
parent 2c0225e042
commit 49fe65ccd8
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -38,6 +38,7 @@
1.19 Timeout idle connections from the pool 1.19 Timeout idle connections from the pool
1.20 SRV and URI DNS records 1.20 SRV and URI DNS records
1.21 API for URL parsing/splitting 1.21 API for URL parsing/splitting
1.22 CURLINFO_PAUSE_STATE
1.23 Offer API to flush the connection pool 1.23 Offer API to flush the connection pool
1.24 TCP Fast Open for windows 1.24 TCP Fast Open for windows
1.25 Expose tried IP addresses that failed 1.25 Expose tried IP addresses that failed
@ -387,6 +388,11 @@
using libcurl need that ability. In polls to users, we've learned that many using libcurl need that ability. In polls to users, we've learned that many
libcurl users would like to see and use such an API. libcurl users would like to see and use such an API.
1.22 CURLINFO_PAUSE_STATE
Return information about the transfer's current pause state, in both
directions. https://github.com/curl/curl/issues/2588
1.23 Offer API to flush the connection pool 1.23 Offer API to flush the connection pool
Sometimes applications want to flush all the existing connections kept alive. Sometimes applications want to flush all the existing connections kept alive.