提交 efe6e534 编写于 作者: C Cary Xu

[TD-11437]<feature>(connector,query,insert,other,tools,taosAdapter):add...

[TD-11437]<feature>(connector,query,insert,other,tools,taosAdapter):add shortcutFlag to facilitate analysis of insert performance
上级 15956008
......@@ -1162,7 +1162,7 @@ static void rpcProcessIncomingMsg(SRpcConn *pConn, SRpcHead *pHead, SRpcReqConte
switch (rpcMsg.msgType) {
case TSDB_MSG_TYPE_SUBMIT:
if ((tsShortcutFlag & TSDB_SHORTCUT_RPC_RECV_SUBMIT)) {
if (tsShortcutFlag & TSDB_SHORTCUT_RPC_RECV_SUBMIT) {
SRpcMsg rMsg = {.handle = rpcMsg.handle, .pCont = NULL, .contLen = 0};
rpcSendResponse(&rMsg);
rpcFreeCont(rpcMsg.pCont);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册