Aerys\Response::flush PHP Method

flush() public method

This method only makes sense when streaming output via Response::stream(). Invoking it before calling stream() or after end() is a logic error.
public flush ( )
    public function flush();