提交 a9692987 编写于 作者: dengyihao's avatar dengyihao

handle except and update UT

上级 07dda4c8
...@@ -214,7 +214,9 @@ static void uvHandleReq(SSrvConn* pConn) { ...@@ -214,7 +214,9 @@ static void uvHandleReq(SSrvConn* pConn) {
// pHead = rpcDecompresSTransMsg(pHead); // pHead = rpcDecompresSTransMsg(pHead);
} else { } else {
pHead->msgLen = htonl(pHead->msgLen); 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.
先完成此消息的编辑!
想要评论请 注册