Software /
code /
prosody
Changeset
8767:7738838a013d
mod_bosh: Fix inconsistent whitespace [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 01 May 2018 18:21:57 +0200 |
parents | 8766:01264bc60c2b |
children | 8768:bd88ca43d77a |
files | plugins/mod_bosh.lua |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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?)");