diff options
author | Steven Barth <steven@midlink.org> | 2008-09-19 13:56:29 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-19 13:56:29 +0000 |
commit | 2b8a092f93efaa452e0a1b37ae08c034cbed2ee5 (patch) | |
tree | 1be7b511a7d8a762503206dd9fc4f849508f69d2 /libs/http | |
parent | 82cec2c01bd84f488aa584d47a18e8909c923fd7 (diff) |
libs/http: Updated inline documentation for mimedecode_message_body
Diffstat (limited to 'libs/http')
-rw-r--r-- | libs/http/luasrc/http/protocol.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |