| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Re: 7.10.3-pre4
From: <crpalmer_at_vivisimo.com>
Date: Thu, 9 Jan 2003 16:49:14 -0500
There seem to be some more issues with the multi package.
Compiling my example program against 7.10.3-pre5 returns no data
Let me know if I can offer any more information.
Cheers,
------------------ example code --------------------------
#include <stdio.h>
int
curl_global_init(CURL_GLOBAL_ALL);
/* turned this off because 7.10.2 has a bug in the verbose */
//curl_easy_setopt(c, CURLOPT_VERBOSE, 1);
{
res = curl_multi_add_handle(m, c);
for (;;) {
while (res == CURLM_CALL_MULTI_PERFORM) {
if (res != CURLM_OK) {
FD_ZERO(&rd);
if (curl_multi_fdset(m, &rd, &wr, &exc, &max_fd) != CURLM_OK) {
if (select(max_fd+1, &rd, &wr, &exc, NULL) == -1) {
res = CURLM_CALL_MULTI_PERFORM;
Os Thu, Jan 09, 2003 at 11:43:49AM +0100, Daniel Stenberg wrote:
-- Christopher R. Palmer palmer_at_vivisimo.com Chief Technology Officer www.vivisimo.com Vivisimo, Inc. 412-422-2499 ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.comReceived on 2003-01-10 These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info