RE: Progress meter always there

2023-04-20 Thread Arnaud Compan via curl-library
> -Original Message- > From: curl-library On Behalf Of Dan > Fandrich via curl-library > Sent: Wednesday, April 19, 2023 5:39 PM > To: curl-library@lists.haxx.se > Cc: Dan Fandrich > Subject: Re: Progress meter always there > > External Email: Use caution in o

Re: Progress meter always there

2023-04-19 Thread dengjfzh--- via curl-library
Hello, I have a question regarding the progress meter. I use libcurl and part of the easy handle configuration is as follows: CHECK_CURL_EASY (curl_easy_setopt (ep->eh, CURLOPT_XFERINFOFUNCTION, xfer_cb)); CHECK_CURL_EASY (curl_easy_setopt (ep->eh, CURLOPT_XFERINFODATA, ep));

Re: Progress meter always there

2023-04-19 Thread Dan Fandrich via curl-library
On Wed, Apr 19, 2023 at 01:26:13PM +, Arnaud Compan via curl-library wrote: > Is there a way to silence the internal progress meter ? There's an opt for that: CURLOPT_NOPROGRESS -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library Etiquette:

Progress meter always there

2023-04-19 Thread Arnaud Compan via curl-library
Hello, I have a question regarding the progress meter. I use libcurl and part of the easy handle configuration is as follows: CHECK_CURL_EASY (curl_easy_setopt (ep->eh, CURLOPT_XFERINFOFUNCTION, xfer_cb)); CHECK_CURL_EASY (curl_easy_setopt (ep->eh, CURLOPT_XFERINFODATA, ep));