Skip to content

Commit

Permalink
fix conn timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
yihaoDeng committed Nov 22, 2024
1 parent 72b95fa commit 59b63d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/libs/transport/src/transCli.c
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ void cliConnTimeout(uv_timer_t* handle) {
}

cliMayUpdateFqdnCache(pThrd->fqdn2ipCache, conn->dstAddr);
tTrace("%s conn %p failed to connect %s since conn timeout", CONN_GET_INST_LABEL(conn), conn, conn->dstAddr, conn);
tTrace("%s conn %p failed to connect %s since conn timeout", CONN_GET_INST_LABEL(conn), conn, conn->dstAddr);
TAOS_UNUSED(transUnrefCliHandle(conn));
}

Expand Down

0 comments on commit 59b63d5

Please sign in to comment.