From a28c9ea8a7848000eba889ee8a2dd3de9aede969 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 11 Aug 2020 10:45:54 +0800 Subject: [PATCH] 1 --- server/wsproxy/app.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/wsproxy/app.cc b/server/wsproxy/app.cc index 1f776b2..5879bba 100644 --- a/server/wsproxy/app.cc +++ b/server/wsproxy/app.cc @@ -454,7 +454,9 @@ void App::ProcessClientMsg(f8::MsgHdr& hdr) break; default: { + #if 0 abort(); + #endif } break; }