3.46. FORBID_REUSE flag

[<<<] [>>>]

curl::option CurlHandle,"FORBID_REUSE"

Set the option to make the next transfer explicitly close the connection when done. Normally, libcurl keep all connections alive when done with one transfer in case there comes a succeeding one that can re-use them. This option should be used with caution and only if you understand what it does. Set to 0 to have libcurl keep the connection open for possibly later re-use.


[<<<] [>>>]