add debug info
This commit is contained in:
parent
3ddef8f7e2
commit
b6a1529322
|
@ -508,7 +508,7 @@ void rpcCancelRequest(void *handle) {
|
||||||
SRpcReqContext *pContext = handle;
|
SRpcReqContext *pContext = handle;
|
||||||
|
|
||||||
if (pContext->pConn) {
|
if (pContext->pConn) {
|
||||||
tTrace("%s, app trys to cancel request", pConn->info);
|
tTrace("%s, app trys to cancel request", pContext->pConn->info);
|
||||||
rpcCloseConn(pContext->pConn);
|
rpcCloseConn(pContext->pConn);
|
||||||
pContext->pConn = NULL;
|
pContext->pConn = NULL;
|
||||||
rpcFreeCont(pContext->pCont);
|
rpcFreeCont(pContext->pCont);
|
||||||
|
|
Loading…
Reference in New Issue