curb
curb copied to clipboard
Implement CURLINFO_COOKIELIST get
I noticed there is a TODO comment in curb_easy.c to implement this function. Is anyone working on it already? If not I could probably take a crack at it but my C is a little rusty.
If you have a patch, I'll apply it
I don't have a patch. I was able to use curb for almost all our requests without this feature and that got the performance boost we needed so it hasn't been a high enough priority compared to other stuff.
Okay, the work around would be to set the headers directly and manage the cookies in your code directly...