From 3a5fcbf09d2d46048981e514c5e8ef2de85af193 Mon Sep 17 00:00:00 2001 From: rubo77 Date: Mon, 17 Jun 2019 12:19:22 +0200 Subject: [PATCH] fix luacheck warnings : fix comments accordingly Due to the fixes in 4249d65af73ee9228d827af913b7caf2aac00809 the comments have to change too --- .../gluon-web/luasrc/usr/lib/lua/gluon/web/http/protocol.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package/gluon-web/luasrc/usr/lib/lua/gluon/web/http/protocol.lua b/package/gluon-web/luasrc/usr/lib/lua/gluon/web/http/protocol.lua index 8d070d95..3f54a9ae 100644 --- a/package/gluon-web/luasrc/usr/lib/lua/gluon/web/http/protocol.lua +++ b/package/gluon-web/luasrc/usr/lib/lua/gluon/web/http/protocol.lua @@ -223,9 +223,7 @@ local function mimedecode_message_body(src, msg, filecb) until not spos if found then - -- We found at least some boundary. Save - -- the unparsed remaining data for the - -- next chunk. + -- We found at least some boundary. lchunk = data else -- There was a complete chunk without a boundary. Parse it as headers or