mirror of
https://github.com/curl/curl.git
synced 2026-06-01 23:04:15 +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
|
|
@ -25,9 +25,9 @@ curl features **experimental** support for HTTPS RR.
|
|||
HTTPS RR support. If c-ares is not included in the build, the HTTPS RR support
|
||||
is limited to DoH.
|
||||
|
||||
`c-ares-rr` is listed as a feature in the `curl -V` output if c-ares is used
|
||||
for additional resolves in addition to a "normal" resolve done with the
|
||||
threaded resolver.
|
||||
`asyn-rr` is listed as a feature in the `curl -V` output if c-ares is used for
|
||||
additional resolves in addition to a "normal" resolve done with the threaded
|
||||
resolver.
|
||||
|
||||
The data extracted from the HTTPS RR is stored in the in-memory DNS cache to
|
||||
be reused on subsequent uses of the same hostnames.
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ interface. (added in 7.10.7)
|
|||
|
||||
supports HTTP Brotli content encoding using libbrotlidec (Added in 7.57.0)
|
||||
|
||||
## `c-ares-rr`
|
||||
## `asyn-rr`
|
||||
|
||||
*features* mask bit: non-existent
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue