“b2325071a72c4c37c98046beb9cd7801bcd706b0”上不存在“docs/en/14-reference/03-connector/java.mdx”
未验证 提交 685ca10e 编写于 作者: dengyihao's avatar dengyihao 提交者: GitHub

Merge pull request #10772 from taosdata/feature/supportQuery

handle except and update UT
......@@ -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);
}
//
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册