mirror of
https://github.com/openwrt/luci.git
synced 2026-06-20 20:51:27 +04:00
e7afd0d327
Ensure that `http.write()` or template rendering operations after a call to `http.close()` do not produce additional output. This is required for certain legacy Lua apps which invoke write and close operations in the middle of a server side cbi rendering process. Signed-off-by: Jo-Philipp Wich <jo@mein.io>