Using Flood behind a web server (lighttpd) - jesec/flood GitHub Wiki

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.