cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: running_handles: less than zero ?

From: Jeff Pohlmeyer <yetanothergeek_at_gmail.com>
Date: Fri, 13 Oct 2006 09:46:08 -0500

> I've now added a curl_multi_dump() function that is available
> if you build libcurl with CURLDEBUG defined.

Thanks, that should help!

On line 1963 of multi.c, I made one slight change:

-(void *)easy, statename[easy->state], easy->numsocks);

I think that should be:

+(void *)easy->easy_handle, statename[easy->state], easy->numsocks);

 ( Print the easy handle, not the list pointer :-o )

 - Jeff
Received on 2006-10-13