cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: duphandle and multi interface

From: Frank Hempel <lists_at_frankoni.net>
Date: Sun, 29 Apr 2007 23:04:00 +0200

Daniel Stenberg schrieb:
> On Sun, 29 Apr 2007, Frank Hempel wrote:
>
>> I appended another patch which adds functionality to copy/clone the
>> cookie information between easy handles. You may not find this very
>> useful because one is already being able to share cookie information
>> between easy handles with an appropriate share handle.
>
> Not only that, but this clone operation can easily be made with
>
> curl_easy_getinfo(..., CURLINFO_COOKIELIST, ...);
> curl_easy_setopt(..., CURLOPT_COOKIELIST, ...);

ok. dont know why I didn't checked this out... :)
Received on 2007-04-29