curl-library
Re: Weird crash in multi_socket()
From: Jeff Pohlmeyer <yetanothergeek_at_gmail.com>
Date: Sun, 10 Sep 2006 16:15:29 -0500
Received on 2006-09-10
Date: Sun, 10 Sep 2006 16:15:29 -0500
> BTW, is your libcurl built with c-ares or not?
Oh yeah, I forgot to mention i'm using c-ares, sorry.
I also found the problem with piping more requests -
the fifo callback shouldn't fclose the fifo (duh).
I moved the FILE* into the global struct to fix this,
attached is the revised version.
- Jeff
- text/plain attachment: hiperfifo.c