From 4967782464106041f83fe109d332fc293263d60e Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 11 Apr 2021 13:37:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=B0=91=E4=B8=80=E4=B8=AAws=E5=BA=93?= =?UTF-8?q?debug=E5=BC=80=E5=90=AF=E5=90=8E=E5=8F=AF=E8=83=BD=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E7=9A=84=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/websocket.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/Zframework/websocket.lua b/Zframework/websocket.lua index a7d16a33..8e1aad6d 100644 --- a/Zframework/websocket.lua +++ b/Zframework/websocket.lua @@ -151,7 +151,6 @@ while true do--Running --Receive data local s,_,p=SOCK:receive(length) if s then - ]]..(debug==1 and""or"--")..[[print(("%s[%d]:%s"):format(threadName,length,s)) res=s elseif p then--UNF head ]]..(debug==1 and""or"--")..[[print(("%s[%d/%d]:%s"):format(threadName,#p,length,p))