* luci/libs/http: fix wrong varname in http.protocol

This commit is contained in:
Jo-Philipp Wich 2008-07-18 12:02:18 +00:00
parent fbd663c2eb
commit daa7d4e8a4

View file

@ -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