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:15:02 +0200

Frank Hempel schrieb:
> 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... :)

because I was working with version 7.13.0 and didn't checked the
changelog when making the patch ready for 7.16.

...fair enough :)

thanks, cu, frank
Received on 2007-04-29