Re: Where is curlx_dyn_addn defined?

2024-05-31 Thread Rainer Canavan via curl-library
On Wed, May 29, 2024 at 7:39 PM Bill Pierce via curl-library wrote: > Daniel, I don't want to build libcurl, at least not at the moment. I want to > use the functions in libcurl by incorporating their source files into my > little test program, sort of like the curl tool does. That way I can put

Re: Guidance on monitoring connection open/close with CURLM API

2024-05-31 Thread Cao Duc Quan via curl-library
Hi Stefan, Thanks for the explanation. To conclude: - If the easy handle is not used with CURLM, the connection will be closed when we call curl_easy_cleanup() so I could say connection lifetime is the same as easy handle lifetime. - If the easy handle is used with CURLM, the connection lifetime wi

Re: Guidance on monitoring connection open/close with CURLM API

2024-05-31 Thread Stefan Eissing via curl-library
> Am 31.05.2024 um 16:57 schrieb Cao Duc Quan : > > Hi Stefan, > Thanks for the explanation. > To conclude: > - If the easy handle is not used with CURLM, the connection will be closed > when we call curl_easy_cleanup() so I could say connection lifetime is the > same as easy handle lifetime.

Re: Guidance on monitoring connection open/close with CURLM API

2024-05-31 Thread Stefan Eissing via curl-library
> Am 31.05.2024 um 17:30 schrieb Stefan Eissing via curl-library > : > > > >> Am 31.05.2024 um 16:57 schrieb Cao Duc Quan : >> >> Hi Stefan, >> Thanks for the explanation. >> To conclude: >> - If the easy handle is not used with CURLM, the connection will be closed >> when we call curl_easy