Setting the timeout property in the configuration sets the connection timeout, instead of the actual timeout, when making requests to the php server. CURLOPT_CONNECTTIMEOUT is The number of seconds to wait while trying to connect. while CURLOPT_TIMEOUT is The maximum number of seconds to allow cURL functions to execute..
I have opened this PR to add a new property for CURLOPT_CONNECTTIMEOUT and update timeout to drive CURLOPT_TIMEOUT
Setting the
timeout
property in the configuration sets the connection timeout, instead of the actual timeout, when making requests to the php server.CURLOPT_CONNECTTIMEOUT
isThe number of seconds to wait while trying to connect.
whileCURLOPT_TIMEOUT
isThe maximum number of seconds to allow cURL functions to execute.
.I have opened this PR to add a new property for
CURLOPT_CONNECTTIMEOUT
and updatetimeout
to driveCURLOPT_TIMEOUT