cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: No return for SSL enabled libcurl C program

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Fri, 15 Apr 2005 10:58:55 +0200 (CEST)

On Thu, 14 Apr 2005 charlie_at_kotan.com wrote:

> curl_easy_setopt(curl, CURLOPT_VERBOSE);

This should rather be:

  curl_easy_setopt(curl, CURLOPT_VERBOSE, TRUE);

> cURL version libcurl/7.12.1 OpenSSL/0.9.7e zlib/1.2.2
>
> I've tried many combinations - what am I missing?

What does curl_easy_perform() return? What OS is this?

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2005-04-15