projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5350456
)
* luci/libs/http: use aliased ltn12. instead of luci.ltn12.
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 19 Jul 2008 16:53:34 +0000
(16:53 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 19 Jul 2008 16:53:34 +0000
(16:53 +0000)
libs/http/luasrc/http/protocol.lua
patch
|
blob
|
history
diff --git
a/libs/http/luasrc/http/protocol.lua
b/libs/http/luasrc/http/protocol.lua
index 1d01b15b1cc2faad0953cda76dc35c7625b4f3ab..acf47d23fd74b90c4c94bc5e646319d0f9e6d798 100644
(file)
--- a/
libs/http/luasrc/http/protocol.lua
+++ b/
libs/http/luasrc/http/protocol.lua
@@
-397,7
+397,7
@@
function mimedecode_message_body( src, msg, filecb )
return true
end
- return l
uci.l
tn12.pump.all( src, snk )
+ return ltn12.pump.all( src, snk )
end
@@
-448,7
+448,7
@@
function urldecode_message_body( src, msg )
return true
end
- return l
uci.l
tn12.pump.all( src, snk )
+ return ltn12.pump.all( src, snk )
end