This commit is contained in:
Jeff Tao 2020-10-07 09:41:11 +00:00
parent 75767af7aa
commit 3047456325
1 changed files with 1 additions and 4 deletions

View File

@ -969,10 +969,7 @@ static SRpcConn *rpcProcessMsgHead(SRpcInfo *pRpc, SRecvInfo *pRecv, SRpcReqCont
pConn->pIdleTimer = taosTmrStart(rpcProcessIdleTimer, tsRpcTimer*2, pConn, pRpc->tmrCtrl);
} else {
terrno = rpcProcessRspHead(pConn, pHead);
SRpcReqContext *pContext = pConn->pContext;
*ppContext = pContext;
pConn->pContext = NULL;
*ppContext = pConn->pContext;
}
}