Re: systemd-resolved support

2023-11-25 Thread Max Kellermann via curl-library
On Sat, Nov 25, 2023 at 1:32 PM Cristian Rodríguez wrote: > resolved is designed to be spoken to as a normal dns caching resolver or > using dbus. > I don't believe adding a dbus communication backend will improve your > situation. I think you are not aware that libcurl already sends all its

systemd-resolved support

2023-11-24 Thread Max Kellermann via curl-library
Hi, we recently had a problem with libcurl: due to a DNS server problem, an attempt to cancel a libcurl request blocked the whole I/O event loop of a server process because libcurl was waiting for the resolver thread to finish (inside pthread_join()), causing a major outage of a service. We use