1
0
Fork 0
mirror of https://github.com/bjc/prosody.git synced 2025-04-05 22:27:38 +03:00

mod_bosh: Fix inconsistent whitespace [luacheck]

This commit is contained in:
Kim Alvefur 2018-05-01 18:21:57 +02:00
parent eb96155cf3
commit 1277677cc4

View file

@ -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?)");