From: Jo-Philipp Wich Date: Fri, 18 Jul 2008 12:02:18 +0000 (+0000) Subject: * luci/libs/http: fix wrong varname in http.protocol X-Git-Tag: 0.8.0~626 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=daa7d4e8a451b890fa1d2ac62d41dd14c5e91ff7 * luci/libs/http: fix wrong varname in http.protocol --- diff --git a/libs/http/luasrc/http/protocol.lua b/libs/http/luasrc/http/protocol.lua index 87c76b8a2..b03538781 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