Merge branch 'patch/TD-1632' of https://github.com/taosdata/TDengine into patch/TD-1632

This commit is contained in:
Shengliang Guan 2020-10-07 22:26:57 +08:00
commit 22390a2a1d
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;
}
}