version: rename c-ares-rr to asyn-rr

Works better if we later introduce another way to do the asynch RR
resolves (together with the threaded resolver) that does not use c-ares.

Closes #16090
This commit is contained in:
Daniel Stenberg 2025-01-26 12:23:33 +01:00
parent 5ce5c62662
commit e27abfe2f1
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
7 changed files with 11 additions and 11 deletions

View file

@ -699,7 +699,7 @@ sub checksystemfeatures {
# Thread-safe init
$feature{"threadsafe"} = $feat =~ /threadsafe/i;
$feature{"HTTPSRR"} = $feat =~ /HTTPSRR/;
$feature{"c-ares-rr"} = $feat =~ /c-ares-rr/;
$feature{"asyn-rr"} = $feat =~ /asyn-rr/;
}
#
# Test harness currently uses a non-stunnel server in order to