opt get conn rule

This commit is contained in:
yihaoDeng 2024-11-10 21:44:35 +08:00
parent abb79a4402
commit 0087ba3f62
1 changed files with 1 additions and 0 deletions

View File

@ -511,6 +511,7 @@ int8_t cliMayRecycleConn(SCliConn* conn) {
if (code != 0) {
tDebug("%s conn %p failed to remove conn from heap cache since %s", CONN_GET_INST_LABEL(conn), conn,
tstrerror(code));
return 0;
}
}
addConnToPool(pThrd->pool, conn);