You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lighttpd tries to buffer event streams fully before serving them to the client, so you should adding server.stream-response-body = 1 to lighttpd.conf to make flood works as expected.