Skip to content
Commit ff05e241 authored by John Keeping's avatar John Keeping Committed by Peter Korsgaard
Browse files

libcurl: use c-ares if available



By default libcurl uses the C library's DNS resolver which is
synchronous, even if an application is using libcurl's non-blocking mode
of operation.

Configure libcurl to use c-ares if it is selected so that it can resolve
addresses asynchronously if required.

[Peter: explicitly disable c-ares support if not enabled]
Signed-off-by: default avatarJohn Keeping <john@keeping.me.uk>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 3d1807f9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment