]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
modules: fix issues with dropped answers - resolve()
authorVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 4 Nov 2020 09:07:40 +0000 (10:07 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 10 Nov 2020 16:16:47 +0000 (17:16 +0100)
commit8418840278de033a668d14cbbbcd4b5fd8b55515
treec5cb2184c299d17ae4550ff72c11dc45cea05718
parent1bd702919e16af3bfc9a08c7f9ff658b35d88a28
modules: fix issues with dropped answers - resolve()

Well... practically it still can't happen that an internal request
gets its answer dropped, but ATM my understanding of the API is that
it is allowed to happen already, and the crashes during tests were
bothering me (simulating drops).

This may become more relevant in future, e.g. if we allow dropping
as a policy action; policy authors may not care about the request being
internal.
modules/detect_time_skew/detect_time_skew.lua
modules/priming/priming.lua
modules/ta_update/ta_update.lua
modules/watchdog/watchdog.lua
tests/config/test_utils.lua