Merge pull request #340 from hnyman/png-close-logspam

luci-statistics: fix uhttpd log spam from extra png close
This commit is contained in:
Jo-Philipp Wich 2015-03-10 18:48:15 +01:00
commit 965c6315bf

View file

@ -150,7 +150,6 @@ function statistics_render()
if png then
luci.http.prepare_content("image/png")
l12.pump.all(l12.source.file(png), luci.http.write)
png:close()
end
return
end