From 7288e3d00e1c0a6af7ec3dbf9ddd13e57f7b66c2 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 25 Sep 2019 14:14:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a8/websocketsession.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/a8/websocketsession.cc b/a8/websocketsession.cc index e6081c1..943a42d 100644 --- a/a8/websocketsession.cc +++ b/a8/websocketsession.cc @@ -56,7 +56,6 @@ namespace a8 memmove(szbuff + 4, buff, bufflen); a8::TcpSession::SendBuff((char*)szbuff, bufflen + 4); } else { - assert(false); abort(); } }