handle except and update UT

This commit is contained in:
yihaoDeng 2022-03-16 14:34:09 +08:00
parent 07dda4c8f8
commit a9692987d9
1 changed files with 3 additions and 1 deletions

View File

@ -214,7 +214,9 @@ static void uvHandleReq(SSrvConn* pConn) {
// pHead = rpcDecompresSTransMsg(pHead);
} else {
pHead->msgLen = htonl(pHead->msgLen);
// impl later
if (pHead->secured == 1) {
pHead->msgLen -= sizeof(STransUserMsg);
}
//
}