Files
bind9/lib/ns
Matthijs Mekking ff5bacf17c 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 14:54:48 +02:00
..
2022-11-29 09:14:07 +01:00
2023-06-09 14:54:48 +02:00
2023-02-18 12:27:19 -08:00
2022-10-17 16:00:26 +01:00