Skip to content

RCurl - curlPerform - Time out?!?

3 messages · Duncan Temple Lang, Florian Umlauf (CRIE)

#
Hi Florian

 Yes, there are several options for a curl operation that control the timeout.
The timeout option is the top-level general one.  There is also timeout.ms.
You can also control the timeout length for different parts of the operation/request
such as via the connecttimeout for just establishing the connection.
See the Connection Options in the libcurl help page for curl_easy_setopt.

  Best,
   D.
On 10/30/12 9:30 AM, Florian Umlauf (CRIE) wrote: