cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: libcurl loop

From: Tyler Brock <tyler.brock_at_gmail.com>
Date: Thu, 23 Sep 2010 16:11:09 -0400

OK I'll try enabling verbose and working with that.

However, for CURLOPT_COOKIESESSION why a long instead of unsigned int?
doesn't it need to be a bool?

-Tyler

Tyler J. Brock
(917)207-4043

On Thu, Sep 23, 2010 at 4:02 PM, Dan Fandrich <dan_at_coneharvesters.com>wrote:

> On Thu, Sep 23, 2010 at 03:12:55PM -0400, Tyler Brock wrote:
> > Still not working, used all of the provided advice in order to change the
> loop.
> > Any more ideas? Most recent version below:
>
> The CURLOPT_COOKIESESSION parameter should be a long, not a string. But
> the CURLOPT_COOKIELIST option should clear all the cookies anyway, so
> that shouldn't be a problem. I think you'll have to enable CURLOPT_VERBOSE
> to find out exactly what libcurl is sending and see if that matches with
> what you want.
>
> >>> Dan
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/list/listinfo/curl-library
> Etiquette: http://curl.haxx.se/mail/etiquette.html
>

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-09-23