From 48a3cd1cdd5c49c58a9f33c7fb163a2b947ef47c Mon Sep 17 00:00:00 2001 From: azw Date: Fri, 14 Apr 2023 09:28:20 +0000 Subject: [PATCH] 1 --- server/wsproxy/app.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/wsproxy/app.cc b/server/wsproxy/app.cc index 653eb34..d950e9b 100644 --- a/server/wsproxy/app.cc +++ b/server/wsproxy/app.cc @@ -383,9 +383,7 @@ void App::ProcessClientMsg(f8::MsgHdr& hdr) break; default: { - #if 0 abort(); - #endif } break; }