* luci/libs/http: remove left over field initialisation

This commit is contained in:
Jo-Philipp Wich 2008-07-14 16:48:51 +00:00
parent 6ebbffc727
commit 1245a9eaa9

View file

@ -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 )