handle except
This commit is contained in:
parent
1d8ffd9581
commit
6d6a177eeb
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue