提交 cfc7da14 编写于 作者: H Haojun Liao

[td-225] fix a typo

上级 6ce1c1a1
...@@ -541,7 +541,7 @@ void rpcCancelRequest(void *handle) { ...@@ -541,7 +541,7 @@ void rpcCancelRequest(void *handle) {
if (pContext->signature != pContext) return; if (pContext->signature != pContext) return;
if (pContext->pConn) { if (pContext->pConn) {
tDebug("%s, app trys to cancel request", pContext->pConn->info); tDebug("%s, app tries to cancel request", pContext->pConn->info);
pContext->pConn->pReqMsg = NULL; pContext->pConn->pReqMsg = NULL;
rpcCloseConn(pContext->pConn); rpcCloseConn(pContext->pConn);
pContext->pConn = NULL; pContext->pConn = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册