* luci/libs/http: remove left over field initialisation
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 14 Jul 2008 16:48:51 +0000 (16:48 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 14 Jul 2008 16:48:51 +0000 (16:48 +0000)
libs/http/luasrc/http/protocol.lua

index a9a6d8dc80867c0927411b87ba9d62090fa5c2d9..cb5f78609f57eb301df257f598cec28d049951cc 100644 (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 )