curl-library
Re: duphandle and multi interface
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sun, 29 Apr 2007 22:48:01 +0200 (CEST)
Date: Sun, 29 Apr 2007 22:48:01 +0200 (CEST)
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, ...);
So I don't quite see the point with adding a function for this.
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2007-04-29