This commit is contained in:
laodaming 2023-07-28 10:02:40 +08:00
parent 2c537bf823
commit 64e7361d50

View File

@ -81,7 +81,6 @@ func (l *DataTransferLogic) DataTransfer(svcCtx *svc.ServiceContext, w http.Resp
return
}
defer conn.Close()
w.Header().Set("Connection", "Upgrade")
//鉴权不成功10秒后断开
/*isAuth, _ := l.checkAuth(svcCtx, r)
if !isAuth {