bind9/lib/ns
Matthijs Mekking c003c5bc3c
Fix serve-stale hang at shutdown
The 'refresh_rrset' variable is used to determine if we can detach from
the client. This can cause a hang on shutdown. To fix this, move setting
of the 'nodetach' variable up to where 'refresh_rrset' is set (in
query_lookup(), and thus not in ns_query_done()), and set it to false
when actually refreshing the RRset, so that when this lookup is
completed, the client will be detached.
2023-06-09 15:53:10 +02:00
..
include add an update quota 2023-01-12 12:21:36 +01:00
tests Update sources to Clang 15 formatting 2022-11-29 10:30:34 +01:00
win32 Propagate the shutdown event to the recursing ns_client(s) 2022-12-07 18:09:40 +01:00
client.c Propagate the shutdown event to the recursing ns_client(s) 2022-12-07 18:09:40 +01:00
hooks.c Update sources to Clang 15 formatting 2022-11-29 10:30:34 +01:00
interfacemgr.c Propagate the shutdown event to the recursing ns_client(s) 2022-12-07 18:09:40 +01:00
Kyuafile Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
lib.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
listenlist.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
log.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
Makefile.in Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
notify.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
query.c Fix serve-stale hang at shutdown 2023-06-09 15:53:10 +02:00
server.c add an update quota 2023-01-12 12:21:36 +01:00
sortlist.c Update sources to Clang 15 formatting 2022-11-29 10:30:34 +01:00
stats.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
update.c move update ACL and update-policy checks before quota 2023-01-12 12:21:36 +01:00
version.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
xfrout.c Update sources to Clang 15 formatting 2022-11-29 10:30:34 +01:00