summaryrefslogtreecommitdiffhomepage
path: root/libs/http
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-09-19 13:56:29 +0000
committerSteven Barth <steven@midlink.org>2008-09-19 13:56:29 +0000
commit2b8a092f93efaa452e0a1b37ae08c034cbed2ee5 (patch)
tree1be7b511a7d8a762503206dd9fc4f849508f69d2 /libs/http
parent82cec2c01bd84f488aa584d47a18e8909c923fd7 (diff)
libs/http: Updated inline documentation for mimedecode_message_body
Diffstat (limited to 'libs/http')
-rw-r--r--libs/http/luasrc/http/protocol.lua2
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