Files
bind9/lib/isc
Pavel Březina 93bef0ea28 mark loop as shuttingdown earlier in shutdown_cb
`shutdown_trigger_close_cb` is not called in the main loop since
queued events in the `loop->async_trigger`, including loop teardown
(shutdown_server) are processed first, before the `uv_close` callback
is executed..

In order to pass the information to the queued events, it is necessary
to set the flag earlier in the process and not wait for the `uv_close`
callback to trigger.

(cherry picked from commit 67e21d94d4)
2024-12-10 19:52:13 +00:00
..
2023-02-15 16:44:47 +00:00
2023-08-21 18:39:53 +02:00
2023-02-16 18:35:32 +01:00
2024-11-26 07:17:06 +00:00
2023-04-27 12:38:53 +02:00