fix: limit session num

This commit is contained in:
yihaoDeng 2023-02-24 23:42:57 +08:00
parent 22b1bc1049
commit 6632231111
1 changed files with 2 additions and 2 deletions

View File

@ -447,7 +447,7 @@ static void transHttpEnvInit() {
void transHttpEnvDestroy() {
// remove http
if (httpRef == -1 || transHttpInit == PTHREAD_ONCE_INIT) {
if (httpRef == -1) {
return;
}
SHttpModule* load = taosAcquireRef(httpRefMgt, httpRef);