You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You know you're doing this twice right?
Line 46
$this->_timeout = $timeout/1000; //to seconds
Line 150,151
$options[CURLOPT_CONNECTTIMEOUT] = max(3, $this->_timeout/1000); //minimum of 1 second
$options[CURLOPT_TIMEOUT] = $this->_timeout/1000;
I really don't know why you're taking miliseconds and converting them to seconds. Seems unnecessary
I'm uploading my file including the fix for #39
You know you're doing this twice right?
Line 46
$this->_timeout = $timeout/1000; //to seconds
Line 150,151
$options[CURLOPT_CONNECTTIMEOUT] = max(3, $this->_timeout/1000); //minimum of 1 second
$options[CURLOPT_TIMEOUT] = $this->_timeout/1000;
I really don't know why you're taking miliseconds and converting them to seconds. Seems unnecessary
I'm uploading my file including the fix for #39
rollingcurlx.class.php.zip
The text was updated successfully, but these errors were encountered: