Merge pull request #10772 from taosdata/feature/supportQuery

handle except and update UT
This commit is contained in:
Yihao Deng 2022-03-16 14:58:12 +08:00 committed by GitHub
commit 685ca10e74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);
}
//
}