cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Empty error message "Error setting curl:"

From: Brilliantov Kirill Vladimirovich <brilliantov_at_byterg.ru>
Date: Fri, 08 Feb 2013 17:56:34 +0400

Daniel Stenberg wrote on 02/08/2013 05:11 PM:
>
> CURLOPT_VERBOSE and CURLOPT_DEBUGFUNCTION are fairly good ways to get
> info out from libcurl.
>

Hello, Daniel!
I found what CURLOPT_VERBOSE used in curlftpfs:
$ grep CURLOPT_VERBOSE -rnI -C1 .
./ftpfs.c-1544- if (ftpfs.verbose) {
./ftpfs.c:1545: curl_easy_setopt_or_die(easy, CURLOPT_VERBOSE, TRUE);
./ftpfs.c-1546- }

Why I not get verbose output if this options in use?

-- 
Best regards,
Brilliantov Kirill Vladimirovich
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2013-02-08