curl-library
RE: [hiper] it works!
From: Jeff Pohlmeyer <yetanothergeek_at_gmail.com>
Date: Mon, 7 Aug 2006 11:15:55 -0500
Date: Mon, 7 Aug 2006 11:15:55 -0500
>I just wanted to tell all potential test pilots that the hiper/hipev.c
>source code is now working fine[1]:
>http://curl.haxx.se/lxr/source/hiper/hipev.c
Cool!
I started looking at the possibility of adding this to the Pascal bindings,
but ye olde bondage-and-discipline compiler is complaining...
On line 77 of hipev.c, (the multi field of the fdinfo struct):
CURLMcode *multi; /* pointer to the multi handle */
I think that should be:
CURLM *multi; /* pointer to the multi handle */
- Jeff
Received on 2006-08-07