bind9/lib/ns
Aram Sargsyan 82991451b4 Fix ns_statscounter_recursclients counting bug
The incrementing and decrementing of 'ns_statscounter_recursclients'
were not properly balanced: for example, it would be incremented for
a prefetch query but not decremented if the query failed.

This commit ensures that the recursion quota and the recursive clients
counter are always in sync with each other.
2022-10-18 08:54:04 +00:00
..
include Only refresh RRset once 2022-09-08 11:50:44 +02:00
client.c Fix ns_statscounter_recursclients counting bug 2022-10-18 08:54:04 +00:00
hooks.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
interfacemgr.c De-duplicate __FILE__, __LINE__ 2022-10-17 16:00:26 +01:00
listenlist.c Store HTTP quota size inside a listenlist instead of the quota 2022-06-28 16:37:31 +03:00
log.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
notify.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
query.c Fix ns_statscounter_recursclients counting bug 2022-10-18 08:54:04 +00:00
server.c Store HTTP quota size inside a listenlist instead of the quota 2022-06-28 16:37:31 +03:00
sortlist.c De-duplicate __FILE__, __LINE__ 2022-10-17 16:00:26 +01:00
stats.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
tests Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
update.c De-duplicate __FILE__, __LINE__ 2022-10-17 16:00:26 +01:00
xfrout.c log the reason for falling back to AXFR from IXFR at level info 2022-07-12 16:26:13 -07:00