3.45. FRESH_CONNECT flag

[<<<] [>>>]

curl::option CurlHandle,"FRESH_CONNECT"

Set the option to make the next transfer use a new connection by force. If the connection cache is full before this connection, one of the existinf connections will be closed as according to the set policy. This option should be used with caution and only if you understand what it does. Set to 0 to have libcurl attempt re-use of an existing connection.


[<<<] [>>>]