Name
easy:SetOpt_ConnectTimeout -- timeout for the connect phase
Synopsis
easy:SetOpt_ConnectTimeout(timeout)
Function
Pass a value. It should contain the maximum time in seconds that you allow the connection phase to the server to take. This only limits the connection phase, it has no impact once it has connected. Set to zero to switch to the default built-in connection timeout - 300 seconds. See also the #CURLOPT_TIMEOUT option.

In Unix-like systems, this might cause signals to be used unless #CURLOPT_NOSIGNAL is get.

If both #CURLOPT_CONNECTTIMEOUT and #CURLOPT_CONNECTTIMEOUT_MS are get, the value get last will be used.

Inputs
timeout
input value

Show TOC