curl-library
Re: Use read/write with same curl handle.
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 1 Mar 2006 13:53:35 +0100 (CET)
Received on 2006-03-01
Date: Wed, 1 Mar 2006 13:53:35 +0100 (CET)
On Wed, 1 Mar 2006, Nilesh wrote:
> Some how from there data is not getting passed to my write_callback.
> Only goes to header_callback.
See the attached example code. It makes a POST and fetches the response using
the multi interface and gets all data sent to its write callback.
This works for you, doesn't it?
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
- TEXT/PLAIN attachment: multi-callback.c