Closed thousandsofthem closed 12 years ago
There should be some way to configure connection timeout, e.g. curl_setopt($s, CURLOPT_CONNECTTIMEOUT, 5);
curl_setopt($s, CURLOPT_CONNECTTIMEOUT, 5);
done: https://github.com/iron-io/iron_core_php/commit/21c7d143940ed99755eec7ab9cea13baa78c424c
There should be some way to configure connection timeout, e.g.
curl_setopt($s, CURLOPT_CONNECTTIMEOUT, 5);