From 1245a9eaa940f6ae3a9110c3169d41132a4f0ceb Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 14 Jul 2008 16:48:51 +0000 Subject: [PATCH] * luci/libs/http: remove left over field initialisation --- libs/http/luasrc/http/protocol.lua | 1 - 1 file changed, 1 deletion(-) 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 ) -- 2.11.0