curl-library
Re: add cookie "LOAD" (was Re: Fix deadlock patch in "FLUSH" cookie and more)
Date: Wed, 16 Jul 2014 02:58:29 +0900
2014/07/15 3:41、Daniel Stenberg <daniel_at_haxx.se> のメール:
> On Sun, 13 Jul 2014, yousuke.kimoto_at_gmail.com wrote:
>
>> In addition, a simple function to load cookie files is needed for Curl library. When libcurl users just want to load their cookie files, they don't need a "FLUSH" cookie process. So I suggest that "LOAD" should be added as a new function of CURLOPT_COOKIELIST. I made a patch attached as "add_loadcmd.patch".
>
> I find that a fair and simple idea. But I really would like a test case for that feature as well, and documentation that explains how it works!
>
> Then we can work on merging it after this pending release.
Thank you for your review.
I made two patches for the documentation and the test.
Please check it.
Thanks,
Yousuke
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- application/octet-stream attachment: loadcmd_man.patch
- application/octet-stream attachment: test_lib506.patch