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

fix: limit session num

上级 22b1bc10
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册