luci/applications/luci-app-nlbwmon/luasrc/controller
Jo-Philipp Wich 08916f4335 luci-app-nlbw: fix sporadic premature EOF when rendering JSON data
Specific timing patterns sometimes caused the LuCI controller to prematurely
stop reading data, resulting in truncated JSON output.

Turn the nonblocking waitpid() call into a blocking call after the IO read
loop to avoid this issue.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-01-17 21:15:47 +01:00
..
nlbw.lua luci-app-nlbw: fix sporadic premature EOF when rendering JSON data 2018-01-17 21:15:47 +01:00