cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Most efficient way?

From: Ben Combee <ben.combee_at_gmail.com>
Date: Sat, 9 Aug 2008 14:37:26 -0500

> Great, thanks. I've got somewhat of a relevant question: let's say
> I've got an easy handle added to a multi handle. In the main multi
> handle handling loop, I'll be changing CURLOPT_QUOTE for one of the
> easy handles. Of course when the command is completed,
> curl_multi_perform() won't perform on that easy handle anymore. But
> when I then set CURLOPT_QUOTE for that easy handle to another command,
> will curl_multi_perform() pick up on this and then perform on the easy
> handle again, to complete the changed command?

Just remove and then re-add the easy handle to the multi-handle to get
libcurl to process it again.
Received on 2008-08-09