fix luacheck warnings : fix comments accordingly
Due to the fixes in 4249d65af7
the comments have to change too
This commit is contained in:
parent
255c0045e7
commit
3a5fcbf09d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user