* luci/libs/http: remove left over field initialisation
This commit is contained in:
parent
6ebbffc727
commit
1245a9eaa9
1 changed files with 0 additions and 1 deletions
|
@ -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 )
|
||||
|
||||
|
|
Loading…
Reference in a new issue