From daa7d4e8a451b890fa1d2ac62d41dd14c5e91ff7 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 18 Jul 2008 12:02:18 +0000 Subject: * luci/libs/http: fix wrong varname in http.protocol --- libs/http/luasrc/http/protocol.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/http/luasrc/http/protocol.lua b/libs/http/luasrc/http/protocol.lua index 87c76b8a29..b035387810 100644 --- a/libs/http/luasrc/http/protocol.lua +++ b/libs/http/luasrc/http/protocol.lua @@ -480,7 +480,7 @@ function mimedecode_message_body( src, msg, filecb ) if spos then local predata = data:sub( 1, spos - 1 ) - if hdr then + if inhdr then predata, eof = parse_headers( predata, field ) if not eof then -- cgit v1.2.3