diff --git a/fuzzing/EpollEchoServer.cpp b/fuzzing/EpollEchoServer.cpp index cd16804..3143e3c 100644 --- a/fuzzing/EpollEchoServer.cpp +++ b/fuzzing/EpollEchoServer.cpp @@ -72,7 +72,8 @@ void test() { }, .close = [](auto *ws, int code, std::string_view message) { - + /* Cause reported crash */ + ws->close(); } }).ws("/*", { /* Settings */