Re: CURLOPT_ACCEPT_ENCODING not working (help)

2021-02-09 Thread Ray Satiro via curl-library
On 2/9/2021 2:32 PM, Adrián Gimeno Balaguer via curl-library wrote: First of all, the reason why I have split module parts search paths instead of using the main installation prefixes is due to a permission issue on my CI/CD setup, not allowing me to publish directly the resulting OpenSSL/ZLi

RE: CURLOPT_ACCEPT_ENCODING not working (help)

2021-02-09 Thread Adrián Gimeno Balaguer via curl-library
Hello Ray, Thanks for answering. First of all, the reason why I have split module parts search paths instead of using the main installation prefixes is due to a permission issue on my CI/CD setup, not allowing me to publish directly the resulting OpenSSL/ZLib installed paths (both modules having a

Re: asynchronous/mainloop C-API template/model

2021-02-09 Thread Fulup Ar Foll via curl-library
Jame, In // you start all requests in // as a result it is much faster. 50 request on http://example.com  - synchronous 8.51s  - asynchronous 0.19s The test is very simple to do.     - asynchronous ./build/curl-ht

Re: asynchronous/mainloop C-API template/model

2021-02-09 Thread James Read via curl-library
On Tue, Feb 9, 2021 at 12:56 PM Fulup Ar Foll via curl-library < curl-library@cool.haxx.se> wrote: > Hi, > > I posted on github a template for libcurl asynchronous usage with > libuv+libsystemd mainloop abstraction: > https://github.com/fulup-bzh/libcurl-mainloop . > > While I spend in significant

asynchronous/mainloop C-API template/model

2021-02-09 Thread Fulup Ar Foll via curl-library
Hi, I posted on github a template for libcurl asynchronous usage with libuv+libsystemd mainloop abstraction: https://github.com/fulup-bzh/libcurl-mainloop . While I spend in significant time searched documentation and web, I best case found partial information and worse case invalid model. L

data->set and some recent cleanups

2021-02-09 Thread Daniel Stenberg via curl-library
Hi team, Over the last few days I've done some minor libcurl code cleanups that I figured could be worth putting some light on for you all. All struct fields in 'struct UserDefined' within the easy handle MUST NOT be updated or changed at run-time by code. It is important that the values in