# HG changeset patch # User Kim Alvefur # Date 1525191717 -7200 # Node ID 7738838a013d9ffc54ad101a37941f8891ff7457 # Parent 01264bc60c2b7cdcdc563df56e3d37659932d5cb mod_bosh: Fix inconsistent whitespace [luacheck] diff -r 01264bc60c2b -r 7738838a013d plugins/mod_bosh.lua --- 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?)");