Hi,
I am running a one application which starts the timer thread for some
internal purpose .

when I ever that timer expires I do some actions and send the results to
server so I use curl to post the result to the server with  https (using
openssl ) .

When Iever curl perform the easy_perform , I receive the SIgnal *Program
received signal SIGPIPE, Broken pipe*. in the gdb .

Though I set the option   *curl_easy_setopt(session, CURLOPT_NOSIGNAL, 1L);*
 I am getting the same issue , is it a problem at curl or my application .?

--Indra
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to