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:
6ebbffc
)
* luci/libs/http: remove left over field initialisation
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 14 Jul 2008 16:48:51 +0000
(16:48 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 14 Jul 2008 16:48:51 +0000
(16:48 +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 a9a6d8dc80867c0927411b87ba9d62090fa5c2d9..cb5f78609f57eb301df257f598cec28d049951cc 100644
(file)
--- a/
libs/http/luasrc/http/protocol.lua
+++ b/
libs/http/luasrc/http/protocol.lua
@@
-466,7
+466,6
@@
process_states['urldecode-key'] = function( msg, chunk, filecb )
local key = urldecode( buffer:sub( 1, spos - 1 ) )
-- Prepare buffers
- msg.params[key] = ""
msg._urldeclength = msg._urldeclength + epos
msg._urldecbuffer = buffer:sub( epos + 1, #buffer )