aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-05-01 18:21:57 +0200
committerKim Alvefur <zash@zash.se>2018-05-01 18:21:57 +0200
commite77d7a0447a4df613030f78994edca72205c0853 (patch)
treecd15af94ebe17b82710480767ca6d29c3c67635e
parent289bb74872451c25af847b4719165d3ae6d89372 (diff)
downloadprosody-e77d7a0447a4df613030f78994edca72205c0853.tar.gz
prosody-e77d7a0447a4df613030f78994edca72205c0853.zip
mod_bosh: Fix inconsistent whitespace [luacheck]
-rw-r--r--plugins/mod_bosh.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mod_bosh.lua b/plugins/mod_bosh.lua
index 68922ebd..60d3e4b4 100644
--- a/plugins/mod_bosh.lua
+++ b/plugins/mod_bosh.lua
@@ -192,8 +192,8 @@ function handle_POST(event)
return true; -- Inform http server we shall reply later
end
elseif response.finished or context.ignore_request then
- -- A response has been sent already, or we're ignoring this request
- -- (e.g. so a different instance of the module can handle it)
+ -- A response has been sent already, or we're ignoring this request
+ -- (e.g. so a different instance of the module can handle it)
return;
end
module:log("warn", "Unable to associate request with a session (incomplete request?)");