cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: SSL_shutdown crashes

From: Peter Sylvester <peter.sylvester_at_edelweb.fr>
Date: Fri, 18 Sep 2009 05:54:43 +0200

You might want to add something like this to your code.
       int rc;

...
        rc=curl_easy_perform(curl_desc);
        fprintf(stderr,"done i=%d rc=%d\n",i,rc);

If your CD_TIMEOUT_VALUE_SEC is small you should
experience codes 7 or 28.
Received on 2009-09-18