pub static RELOAD_REQUESTED: AtomicBoolExpand description
Global flag set by the SIGHUP signal handler.
The accept loop checks this between connections and calls reload when
it is true, then resets it to false.
pub static RELOAD_REQUESTED: AtomicBoolGlobal flag set by the SIGHUP signal handler.
The accept loop checks this between connections and calls reload when
it is true, then resets it to false.