Merge pull request #10772 from taosdata/feature/supportQuery
handle except and update UT
This commit is contained in:
commit
685ca10e74
|
@ -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);
|
||||
}
|
||||
//
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue