Re: Curl's network performance is slower than IDM.

2020-06-19 Thread Hongyi Zhao via curl-library
Patrick Schlangen 于2020年6月19日周五 上午4:31写道: > Hi, > > interesting thread. > > Am 18.06.2020 um 12:09 schrieb Daniel Stenberg via curl-library < > curl-library@cool.haxx.se>: > > The question is then of course still what IDM does that makes it that much > faster or perhaps what curl should do to

Re: Curl's network performance is slower than IDM.

2020-06-19 Thread Daniel Stenberg via curl-library
On Fri, 19 Jun 2020, Hongyi Zhao wrote: Another consideration came to my mind the speed computation method used in two tools. In detail: speed = downloaded_bytes / time_duration Showing download speed is somewhat more complicated than so. For example, imagine a download that goes like

Re: Cross-compiled generating error 77 in application

2020-06-19 Thread Peter Bushnell via curl-library
Thanks for the advice, it is what I needed to know. Compiling with the following fixes resolves my problem. --without-ssl --with-schannel Peter On Fri, Jun 19, 2020 at 8:37 AM Ray Satiro via curl-library < curl-library@cool.haxx.se> wrote: > On 6/19/2020 3:17 AM, Ray Satiro wrote: > > If you

Re: Cross-compiled generating error 77 in application

2020-06-19 Thread Ray Satiro via curl-library
On 6/19/2020 3:17 AM, Ray Satiro wrote: If you use the Schannel backend (native WIndows SSL) instead of OpenSSL then you do not need a separate bundle of certificates, the Windows OS certificate store is used by default. The next version of curl (7.71, to be released next week) will support

Re: Cross-compiled generating error 77 in application

2020-06-19 Thread Ray Satiro via curl-library
On 6/18/2020 1:27 PM, Peter Bushnell via curl-library wrote: Have added curl source to build a statically compiled libcurl.a to a multi-platform application which cross-compiles binaries for on Linux for Windows and Mac. The application on Linux and Mac work as expected, but when calling