Skip to content
Commit e7afd0d3 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

luci-base: fix luci.http.close()



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: default avatarJo-Philipp Wich <jo@mein.io>
parent f83e4a6c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment