Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a potential issue with race condition when reloading a config
When SIGHUP is sent during `load_config` it's possible that `config_reload_pending` will be set to `False` (thus overwriting the `True` value, which was set in signal handler) and new reload won't happen.
- Loading branch information