| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
libcurl loop
From: Tyler Brock <tyler.brock_at_gmail.com>
Date: Tue, 21 Sep 2010 22:10:20 -0400
Hey guys,
I'm trying to use curl to login and retrieve information from a couple of
The first curl logs in to the page.
The problem I'm having is that individually each run of the loop works when
I've pasted the relevant code below, any help would be greatly appreciated.
-Tyler
static void run_custodian(ClientStruct *cs, int num_clients)
curl_global_init(CURL_GLOBAL_ALL);
init_ms(&data);
curl_handle = init_curl_handle(curl_handle, buffer);
puts("logging in");
puts("getting holdings");
if(data.memory) free(data.memory);
static CURL * init_curl_handle(CURL *ch, char *buffer)
static void init_ms(MemoryStruct *ms)
static void curl_custodian(CURL *ch, char *buffer, MemoryStruct *ms, char
-------------------------------------------------------------------
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info