Re: Lockup in SSL-based communication

2013-05-01 Thread Daniel Stenberg
On Wed, 1 May 2013, David Strauss wrote: Based on empirical data, it looks like CURLOPT_TIMEOUT is taking effect, but I'm curious is there's a more precise way to time out here. You have a few additional options, as mentioned in this FAQ entry: http://curl.haxx.se/docs/faq.html#I_want_a_diffe

Re: Lockup in SSL-based communication

2013-05-01 Thread David Strauss
On Wed, May 1, 2013 at 12:28 PM, David Strauss wrote: > What timeouts should we be configuring to give up faster when > it's in this state? Based on empirical data, it looks like CURLOPT_TIMEOUT is taking effect, but I'm curious is there's a more precise way to time out here. -- David Strauss

Lockup in SSL-based communication

2013-05-01 Thread David Strauss
We're seeing a sort of lockup in our SSL clients with a trace listed below. What timeouts should we be configuring to give up faster when it's in this state? It looks like it's completing the SSL handshake. We have the following timeouts set on the handle: curl_easy_setopt(session, CURLOPT_CONNEC

Re: End bracket typo in lib/connect.c

2013-05-01 Thread Daniel Stenberg
On Wed, 1 May 2013, Lars Johannesen wrote: First, thanks for curl it is an awesome library that I use daily. But, I think there might be a bracket typo in lib/connect.c Ah indeed! Thanks for pointing this out, I pushed this fix just now. -- / daniel.haxx.se -