| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Re: easy API: curl_easy_perform() doesn't return after receiving all data
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 2 Nov 2006 09:09:22 +0100 (CET)
On Thu, 2 Nov 2006, James Buchanan wrote:
>> What libcurl version on what platform?
Just note that this version is some 18 months old and you may suffer from bugs
> curl_easy_setopt(curl_handle, CURLOPT_HEADER, TRUE); // necessary?
Yes, if you want the headers passed to your write function.
> curl_easy_setopt(curl_handle,
it defaults to 1.1
> http_headers = curl_slist_append(http_headers, "Host: api.google.com");
Not necessary, libcurl sets Host: by itself to this.
> http://www.nwo.com.au/dump.dat
No, the debugfunction gets called with data libcurl sends and receives, and it
The dump looks fine all the way to line 185 where there's something _after_
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2006-11-02 These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info