* luci/libs/http: fix wrong varname in http.protocol
This commit is contained in:
parent
fbd663c2eb
commit
daa7d4e8a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue