-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.AutoDisconnect
Andrew Lambert edited this page Nov 26, 2022
·
8 revisions
libcURL.EasyHandle.AutoDisconnect
Dim AutoDisconnect As Boolean
If True
, libcURL will close sockets immediately after the transfer completes. Existing sockets will not be closed immediately, but neither will they be reused in subsequent transfers.
The default is False
, which means libcURL reuse connections when possible.
- CURLOPT_FRESH_CONNECT in the libcURL documentation
- CURLOPT_FORBID_REUSE in the libcURL documentation
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.