mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
net.dns: Unconditionally cache records found in answers
This commit is contained in:
parent
6ec3c0bee0
commit
df0b6a6e97
1 changed files with 1 additions and 3 deletions
|
@ -855,9 +855,7 @@ function resolver:receive(rset) -- - - - - - - - - - - - - - - - - receive
|
||||||
--self.print(response);
|
--self.print(response);
|
||||||
|
|
||||||
for j,rr in pairs(response.answer) do
|
for j,rr in pairs(response.answer) do
|
||||||
if rr.name:sub(-#response.question[1].name, -1) == response.question[1].name then
|
self:remember(rr, response.question[1].type)
|
||||||
self:remember(rr, response.question[1].type)
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
-- retire the query
|
-- retire the query
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue