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
Glenn Strauss edited this page Nov 21, 2024
·
2 revisions
lighttpd defaults to buffer event streams fully before serving them to the client, so you should adding server.stream-response-body = 2 to lighttpd.conf to make flood works as expected.