提交 a336ce93 编写于 作者: A Alex Duan

fix(rpx): remove send data error, maybe sometime have error

上级 e0fb57aa
...@@ -1853,7 +1853,9 @@ bool rpcSendProbe(int64_t rpcRid, void* pPrevContext, bool *pReqOver) { ...@@ -1853,7 +1853,9 @@ bool rpcSendProbe(int64_t rpcRid, void* pPrevContext, bool *pReqOver) {
} }
// send syn // send syn
ret = doRpcSendProbe(pContext->pConn); if (!doRpcSendProbe(pContext->pConn)) {
tError("PROBE rpcRid=0x%" PRIx64 " fd=%d rpc send probe data error.", rpcRid, fd);
}
_END: _END:
// put back req context // put back req context
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册