Re: Building with HTTPS-Proxy feature on Windows

2020-03-02 Thread Ray Satiro via curl-library
On 3/2/2020 5:36 PM, Lopes, David via curl-library wrote: I am unable to build with HTTPS-Proxy feature on Windows (curl 7.68) I am using OpenSSL as the backend, I have also tried with the WINSSL backend Is there any flag I need to set to build with the feature? I always get these features:

Building with HTTPS-Proxy feature on Windows

2020-03-02 Thread Lopes, David via curl-library
Hello folks, I am unable to build with HTTPS-Proxy feature on Windows (curl 7.68) I am using OpenSSL as the backend, I have also tried with the WINSSL backend Is there any flag I need to set to build with the feature? I always get these features: 1> [CMake] -- Enabled features: SSL IPv6 libz As

Re: Imagining a thread-safe curl_global_init

2020-03-02 Thread Daniel Stenberg via curl-library
On Sun, 1 Mar 2020, Daniel Stenberg via curl-library wrote: There are at least three remaining issues left. The curl_version* issues: https://github.com/curl/curl/pull/5010 The atomic counter issue: https://github.com/curl/curl/pull/5017 The check-for-unsafe OpenSSL flavor: https://

Timer callback called excessively?!

2020-03-02 Thread Andreas Bengtsson via curl-library
Hi! I am using libcurl 7.68.0 and i am experiencing a strange issue with the timer function callback being called a lot during download of a file. I have registered a socket file descriptor using the socket callback function and in the event handler for that file descriptor i call curl_multi_socke