Merge pull request #1417 from felixonmars/patch-1
Fix typos in luci-base/luasrc/http/protocol.lua
This commit is contained in:
commit
0a44cf09be
1 changed files with 2 additions and 2 deletions
|
@ -264,7 +264,7 @@ function header_source( sock )
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Content-Type. Stores all extracted data associated with its parameter name
|
-- Content-Type. Stores all extracted data associated with its parameter name
|
||||||
-- in the params table withing the given message object. Multiple parameter
|
-- in the params table within the given message object. Multiple parameter
|
||||||
-- values are stored as tables, ordinary ones as strings.
|
-- values are stored as tables, ordinary ones as strings.
|
||||||
-- If an optional file callback function is given then it is feeded with the
|
-- If an optional file callback function is given then it is feeded with the
|
||||||
-- file contents chunk by chunk and only the extracted file name is stored
|
-- file contents chunk by chunk and only the extracted file name is stored
|
||||||
|
@ -433,7 +433,7 @@ function mimedecode_message_body( src, msg, filecb )
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Content-Type. Stores all extracted data associated with its parameter name
|
-- Content-Type. Stores all extracted data associated with its parameter name
|
||||||
-- in the params table withing the given message object. Multiple parameter
|
-- in the params table within the given message object. Multiple parameter
|
||||||
-- values are stored as tables, ordinary ones as strings.
|
-- values are stored as tables, ordinary ones as strings.
|
||||||
function urldecode_message_body( src, msg )
|
function urldecode_message_body( src, msg )
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue