luci-0.11: libs/sgi-uhttpd: ensure to send proper EOF under uhttpd v1 - fixes chromium compatibility
This commit is contained in:
parent
b703669c5f
commit
31daa1b90d
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ function handle_request(env)
|
||||||
elseif id == 4 then
|
elseif id == 4 then
|
||||||
sendc(tostring(data1 or ""))
|
sendc(tostring(data1 or ""))
|
||||||
elseif id == 5 then
|
elseif id == 5 then
|
||||||
|
sendc("")
|
||||||
active = false
|
active = false
|
||||||
elseif id == 6 then
|
elseif id == 6 then
|
||||||
data1:copyz(nixio.stdout, data2)
|
data1:copyz(nixio.stdout, data2)
|
||||||
|
|
Loading…
Reference in a new issue