anuj607 / google-api-php-client

Automatically exported from code.google.com/p/google-api-php-client
Apache License 2.0
0 stars 0 forks source link

Add feature to specify timeouts #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using the PHP library we should be able to set curl timeouts which are 
expressed in the apiCurlIO class using CURLOPT_CONNECTTIMEOUT and 
CURLOPT_TIMEOUT.

Original issue reported on code.google.com by mimm...@google.com on 25 Oct 2011 at 9:34

GoogleCodeExporter commented 9 years ago

Original comment by chirags@google.com on 25 Oct 2011 at 9:51

GoogleCodeExporter commented 9 years ago
There is a setOptions function now. 

Original comment by ianbar...@google.com on 22 Mar 2013 at 1:42