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.

Reply via email to