提交 6d6a177e 编写于 作者: dengyihao's avatar dengyihao

handle except

上级 1d8ffd95
...@@ -455,7 +455,8 @@ static bool cliHandleNoResp(SCliConn* conn) { ...@@ -455,7 +455,8 @@ static bool cliHandleNoResp(SCliConn* conn) {
} }
if (res == true) { if (res == true) {
if (cliMaySendCachedMsg(conn) == false) { if (cliMaySendCachedMsg(conn) == false) {
addConnToPool(conn->hostThrd, conn); SCliThrdObj* thrd = conn->hostThrd;
addConnToPool(thrd->pool, conn);
} }
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册