Re: Execption safe

2018-02-01 Thread Frank Gevaerts
On Thu, Feb 01, 2018 at 09:43:01PM +0530, surya chandrika wrote: > Hi All, > > Kindly let me know whether we have to handle any exception while using > libcurl library functions to make our application exception safe . Will > libcurl throw any exception in corner cases. if yes ,so how do we

Re: Execption safe

2018-02-01 Thread Nick Chambers
> Hi All, > > Kindly let me know whether we have to handle any exception while using > libcurl library functions to make our application exception safe . Will > libcurl throw any exception in corner cases. if yes ,so how do we handle that. > > Regards, > Surya libcurl is written in C, which

Execption safe

2018-02-01 Thread surya chandrika
Hi All, Kindly let me know whether we have to handle any exception while using libcurl library functions to make our application exception safe . Will libcurl throw any exception in corner cases. if yes ,so how do we handle that. Regards, Surya