mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 01:56:38 +00:00
unbork recursive dnskey lookup
This commit is contained in:
parent
516d68f7eb
commit
db51193bb5
1 changed files with 1 additions and 0 deletions
|
@ -591,6 +591,7 @@ private:
|
|||
|
||||
Core::deferred_invoke([this, lookup, name, records_with_rrsigs = move(records_with_rrsigs), result = move(result)] mutable {
|
||||
dbgln_if(DNS_DEBUG, "DNS: Resolving DNSKEY for {}", name.to_string());
|
||||
result->set_dnssec_validated(false); // Will be set to true if we successfully validate the RRSIGs.
|
||||
this->lookup(lookup.name, Messages::Class::IN, { Messages::ResourceType::DNSKEY }, { .validate_dnssec_locally = false })
|
||||
->when_resolved([=, this, records_with_rrsigs = move(records_with_rrsigs)](NonnullRefPtr<LookupResult const>& dnskey_lookup_result) mutable {
|
||||
dbgln_if(DNS_DEBUG, "DNSKEY for {}:", name.to_string());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue