net.dns: Unconditionally cache records found in answers

This commit is contained in:
Matthew Wild 2015-05-25 23:16:11 +01:00
parent 6ec3c0bee0
commit df0b6a6e97

View file

@ -855,9 +855,7 @@ function resolver:receive(rset) -- - - - - - - - - - - - - - - - - receive
--self.print(response);
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)
end
self:remember(rr, response.question[1].type)
end
-- retire the query