Merge pull request #340 from hnyman/png-close-logspam
luci-statistics: fix uhttpd log spam from extra png close
This commit is contained in:
commit
965c6315bf
1 changed files with 0 additions and 1 deletions
|
@ -150,7 +150,6 @@ function statistics_render()
|
||||||
if png then
|
if png then
|
||||||
luci.http.prepare_content("image/png")
|
luci.http.prepare_content("image/png")
|
||||||
l12.pump.all(l12.source.file(png), luci.http.write)
|
l12.pump.all(l12.source.file(png), luci.http.write)
|
||||||
png:close()
|
|
||||||
end
|
end
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue