Files
bind9/lib/isc
Pavel Březina 67e21d94d4 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.
2024-12-10 19:18:49 +00:00
..
2023-08-21 18:39:53 +02:00
2024-10-16 14:03:14 +03:00
2024-11-22 15:00:55 +01:00
2023-04-27 12:38:53 +02:00