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
|
until not spos
|
||||||
|
|
||||||
if found then
|
if found then
|
||||||
-- We found at least some boundary. Save
|
-- We found at least some boundary.
|
||||||
-- the unparsed remaining data for the
|
|
||||||
-- next chunk.
|
|
||||||
lchunk = data
|
lchunk = data
|
||||||
else
|
else
|
||||||
-- There was a complete chunk without a boundary. Parse it as headers or
|
-- There was a complete chunk without a boundary. Parse it as headers or
|
||||||
|
Loading…
Reference in New Issue
Block a user