cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Most efficient way?

From: Jeff Pohlmeyer <yetanothergeek_at_gmail.com>
Date: Sat, 9 Aug 2008 15:05:52 -0500

On Sat, Aug 9, 2008 at 2:56 PM, Patrick <mccpat_at_gmail.com> wrote:
> On Sat, Aug 9, 2008 at 3:37 PM, Ben Combee <ben.combee_at_gmail.com> wrote:
>> Just remove and then re-add the easy handle to the multi-handle to get
>> libcurl to process it again.
>>
>
> Wonderful, thank you.
>

Just wondering, what happens to the open connection when
you do this - does it stay with the multi or the easy?

Or maybe it doesn't matter, as long as you immediately
re-add the easy, the multi will give it back its old
connection anyway?

(Maybe CURLOPT_VERBOSE can tell you.)

 - Jeff
Received on 2008-08-09