Software /
code /
prosody
Diff
plugins/mod_bosh.lua @ 8767:7738838a013d
mod_bosh: Fix inconsistent whitespace [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 01 May 2018 18:21:57 +0200 |
parent | 8765:d5ff0982d3e6 |
child | 8843:041ddc670934 |
line wrap: on
line diff
--- a/plugins/mod_bosh.lua Mon Apr 30 12:53:53 2018 +0100 +++ b/plugins/mod_bosh.lua Tue May 01 18:21:57 2018 +0200 @@ -192,8 +192,8 @@ 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?)");