mirror of
https://github.com/moparisthebest/curl
synced 2025-01-13 06:58:01 -05:00
TODO: netrc caching and sharing
URL: https://curl.se/mail/archive-2021-05/0018.html
This commit is contained in:
parent
2864b00b01
commit
54e5c24565
@ -37,6 +37,7 @@
|
|||||||
1.18 try next proxy if one doesn't work
|
1.18 try next proxy if one doesn't work
|
||||||
1.19 provide timing info for each redirect
|
1.19 provide timing info for each redirect
|
||||||
1.20 SRV and URI DNS records
|
1.20 SRV and URI DNS records
|
||||||
|
1.21 netrc caching and sharing
|
||||||
1.22 CURLINFO_PAUSE_STATE
|
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
|
||||||
@ -363,6 +364,13 @@
|
|||||||
Offer support for resolving SRV and URI DNS records for libcurl to know which
|
Offer support for resolving SRV and URI DNS records for libcurl to know which
|
||||||
server to connect to for various protocols (including HTTP!).
|
server to connect to for various protocols (including HTTP!).
|
||||||
|
|
||||||
|
1.21 netrc caching and sharing
|
||||||
|
|
||||||
|
The netrc file is read and parsed each time a connection is setup, which
|
||||||
|
means that if a transfer needs multiple connections for authentication or
|
||||||
|
redirects, the file might be reread (and parsed) multiple times. This makes
|
||||||
|
it impossible to provide the file as a pipe.
|
||||||
|
|
||||||
1.22 CURLINFO_PAUSE_STATE
|
1.22 CURLINFO_PAUSE_STATE
|
||||||
|
|
||||||
Return information about the transfer's current pause state, in both
|
Return information about the transfer's current pause state, in both
|
||||||
|
Loading…
Reference in New Issue
Block a user