curl-library
curl silent options
From: Bescon, Guenole <Guenole.Bescon_at_compaq.com>
Date: Tue, 13 Mar 2001 10:56:54 +0100
Date: Tue, 13 Mar 2001 10:56:54 +0100
Hello,
To avoid inopportune messages to be displayed by the curl library, I've set
the following options:
myCode = curl_easy_setopt(mySession, CURLOPT_STDERR, myNullFile);
myCode = curl_easy_setopt(mySession, CURLOPT_FAILONERROR, 1);
myCode = curl_easy_setopt(mySession, CURLOPT_NOPROGRESS, 1);
myCode = curl_easy_setopt(mySession, CURLOPT_MUTE, 1);
Is it the right way to do that ?
Thanks
_______________________________________________
Curl-library mailing list
Curl-library_at_lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/curl-library
Received on 2001-03-13