cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: How to retrieve webpage from curl_easy_perform

From: Gisle Vanem <gvanem_at_yahoo.no>
Date: Tue, 03 Mar 2015 18:05:00 +0100

Josh Angstadt wrote:

> Hi, I tried to use the write options as well, but when I used those I got an error from the
> connection, speciifcally error code 23

23 == CURLE_WRITE_ERROR. Look at:
   https://raw.githubusercontent.com/bagder/curl/master/docs/examples/getinmemory.c

for a bit complicated example. Your CURLOPT_WRITEFUNCTION callback probably
did something wrong causing libcurl to return 23.

-- 
--gv
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2015-03-03