diff options
author | Kim Alvefur <zash@zash.se> | 2022-02-11 21:36:53 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-02-11 21:36:53 +0100 |
commit | f56aaf1ba149176fe65254960cba957843c4ca10 (patch) | |
tree | abd9cf32d53f02601866cc7c8be273692deadf98 /.luacheckrc | |
parent | 89f110bbf20dd54c438ea0bce274860cee75606c (diff) | |
download | prosody-f56aaf1ba149176fe65254960cba957843c4ca10.tar.gz prosody-f56aaf1ba149176fe65254960cba957843c4ca10.zip |
mod_c2s,mod_s2s: Disable and close port listeners before closing sessions
This ensures no new clients can start connecting during shutdown
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index e8f7f1a0..0c934d90 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -48,6 +48,7 @@ files["plugins/"] = { "module.saved_state", "module.global", "module.path", + "module.items", -- Module API "module.add_extension", |