mirror of
https://github.com/curl/curl.git
synced 2026-07-23 21:37:41 +03:00
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:
parent
5ce5c62662
commit
e27abfe2f1
7 changed files with 11 additions and 11 deletions
|
|
@ -436,10 +436,10 @@ Features testable here are:
|
|||
|
||||
- `alt-svc`
|
||||
- `AppleIDN`
|
||||
- `asyn-rr` - c-ares is used for additional records only
|
||||
- `bearssl`
|
||||
- `brotli`
|
||||
- `c-ares` - c-ares is used for (all) name resolves
|
||||
- `c-ares-rr` - c-ares is used for additional records only
|
||||
- `CharConv`
|
||||
- `codeset-utf8`. If the running codeset is UTF-8 capable.
|
||||
- `cookies`
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue