mirror of
https://github.com/openwrt/luci.git
synced 2026-01-12 05:00:23 +04:00
* luci/libs/http: fix wrong varname in http.protocol
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user