Skip to main content

RELOAD_REQUESTED

Static RELOAD_REQUESTED 

Source
pub static RELOAD_REQUESTED: AtomicBool
Expand 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.