Closed cprodescu closed 10 years ago
setup_signals() sets up the signal handler, but the behavior is to just set sigQuit, which will cause the program to exit only after loading. Hence, setup_signals() needs to happen after loading (but still before microhttpd startAsync).
setup_signals()
sigQuit
setup_signals()
sets up the signal handler, but the behavior is to just setsigQuit
, which will cause the program to exit only after loading. Hence, setup_signals() needs to happen after loading (but still before microhttpd startAsync).