From: Steven Barth Date: Fri, 19 Sep 2008 13:56:50 +0000 (+0000) Subject: libs/http: Updated inline documentation for mimedecode_message_body X-Git-Tag: 0.8.0~52 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7f48a879a265327e193d1ca03deeeb449f970535;p=oweals%2Fluci.git libs/http: Updated inline documentation for mimedecode_message_body --- diff --git a/libs/http/luasrc/http/protocol.lua b/libs/http/luasrc/http/protocol.lua index 6873d2486..c45578470 100644 --- a/libs/http/luasrc/http/protocol.lua +++ b/libs/http/luasrc/http/protocol.lua @@ -309,7 +309,7 @@ end -- file contents chunk by chunk and only the extracted file name is stored -- within the params table. The callback function will be called subsequently -- with three arguments: --- o Table containing the mime headers of the corresponding section +-- o Table containing decoded (name, file) and raw (headers) mime header data -- o String value containing a chunk of the file data -- o Boolean which indicates wheather the current chunk is the last one (eof) -- @param src Ltn12 source function