cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: curl to try the SSL connection with previous connection session ID

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Thu, 27 Sep 2012 21:48:21 +0200

On Thu, Sep 27, 2012 at 12:52:28PM -0400, bala suru wrote:
> Since I am newbie to the curl , can you provide some more information on how to
> re use the handle ..?
>
> You mean to say perform only the below step with the new request  again..!!
>   /* Perform the request, res will get the return code */ 
>
> res = curl_easy_perform(curl);

Right. You can of course set new options on the handle (such as a new
URL) before reusing it.

>>> Dan
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-09-27