]> git.ipfire.org Git - thirdparty/bind9.git/commit
Log dropped or slipped responses in the query-errors category
authorAram Sargsyan <aram@isc.org>
Mon, 30 Jun 2025 13:12:09 +0000 (13:12 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Thu, 10 Jul 2025 08:20:17 +0000 (08:20 +0000)
commit27e7961479ccf365147abe47db848952ddbc8809
tree41ed5444d33ec42106a48198ad2262cd3051589c
parent1d71e3b507406da80eb1a6fe108dd23085266061
Log dropped or slipped responses in the query-errors category

As mentioned in the comments block before the changed code block,
the dropped or slipped responses should be logged in the query
category (or rather query-errors category as done in lib/ns/client.c),
so that requests are not silently lost.

Also fix a couple of errors/typos in the code comments.
lib/ns/client.c
lib/ns/query.c