On Mon, Dec 01, 2014 at 12:05:46PM +0530, Mohanraj V wrote:
> Hi,
>
> I have following questions regarding lib-curl. Please answer my questions.
>
> 1. How to reuse connections using multi-handle and multi-perform API ?
> I tried with easy handle by continuous calling of
> curl_easy_perform
Hi,
I have following questions regarding lib-curl. Please answer my questions.
1. How to reuse connections using multi-handle and multi-perform API ?
I tried with easy handle by continuous calling of
curl_easy_perform. So it re uses the tcp connection established. How it is
possible