fix invalid packet

This commit is contained in:
yihaoDeng 2022-08-18 14:22:07 +08:00
parent f3ec1593bc
commit 15110480bc
1 changed files with 0 additions and 1 deletions

View File

@ -204,7 +204,6 @@ static bool uvHandleReq(SSvrConn* pConn) {
// uv_read_stop((uv_stream_t*)pConn->pTcp);
// transRefSrvHandle(pConn);
// uv_queue_work(((SWorkThrd*)pConn->hostThrd)->loop, wreq, uvWorkDoTask, uvWorkAfterTask);
if (uvRecvReleaseReq(pConn, pHead)) {
return true;
}