mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:03:33 +03:00
httpsrr: DoH with HTTPS, fix response handling
Fix handling of DoH response that only asks for HTTPS records. Add test 2117 for checking that a HTTPS-RR resolve is processed, even though the actual answer is invalid. Closes #22372
This commit is contained in:
parent
474ebb5247
commit
a954d87f0b
9 changed files with 155 additions and 44 deletions
|
|
@ -101,6 +101,11 @@ trace.
|
|||
|
||||
Tracing of DNS operations to resolve hostnames and HTTPS records.
|
||||
|
||||
## `doh`
|
||||
|
||||
Tracing of DoH operations (DNS over HTTPS) to resolve hostnames and
|
||||
HTTPS records.
|
||||
|
||||
## `lib-ids`
|
||||
|
||||
Adds transfer and connection identifiers as prefix to every call to
|
||||
|
|
@ -116,10 +121,6 @@ connection. The command line tool `curl`uses the same format for its
|
|||
transfers but have no own way to identify in trace output which transfer
|
||||
a trace event is connected to.
|
||||
|
||||
## `doh`
|
||||
|
||||
Former name for DNS-over-HTTP operations. Now an alias for `dns`.
|
||||
|
||||
## `multi`
|
||||
|
||||
Traces multi operations managing transfers' state changes and sockets poll
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue