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
