diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-14 16:48:51 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-14 16:48:51 +0000 |
commit | 1245a9eaa940f6ae3a9110c3169d41132a4f0ceb (patch) | |
tree | 235f01d4cd42e659c33cf94b7e4fc54fcf756f64 /libs | |
parent | 6ebbffc727a1d8d0057771b448e86a43c62636ab (diff) |
* luci/libs/http: remove left over field initialisation
Diffstat (limited to 'libs')
-rw-r--r-- | libs/http/luasrc/http/protocol.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/http/luasrc/http/protocol.lua b/libs/http/luasrc/http/protocol.lua index a9a6d8dc8..cb5f78609 100644 --- 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 ) |