From 21f0afe535458d0c3436f2d56805a18e67f470c0 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Fri, 14 Aug 2020 11:12:06 +0800 Subject: [PATCH] [td-225] add todo --- src/plugins/http/src/httpSql.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/http/src/httpSql.c b/src/plugins/http/src/httpSql.c index a01cb07a98..e0e0d1aa8b 100644 --- a/src/plugins/http/src/httpSql.c +++ b/src/plugins/http/src/httpSql.c @@ -210,6 +210,7 @@ void httpProcessSingleSqlRetrieveCallBack(void *param, TAOS_RES *result, int num } } + // todo refactor if (tscResultsetFetchCompleted(result)) { isContinue = false; } -- GitLab