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:
parent
eb96155cf3
commit
1277677cc4
1 changed files with 2 additions and 2 deletions
|
@ -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?)");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue