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