diff --git a/src/plugins/http/src/httpSql.c b/src/plugins/http/src/httpSql.c index 8e1bf7d0896162b88b8ae6e996268d5b45beb7b0..a01cb07a98cdff914dfb474b05c376ebca91a09d 100644 --- a/src/plugins/http/src/httpSql.c +++ b/src/plugins/http/src/httpSql.c @@ -47,9 +47,9 @@ void httpProcessMultiSqlRetrieveCallBack(void *param, TAOS_RES *result, int numO } } - if (tscResultsetFetchCompleted(result)) { - isContinue = false; - } + // if (tscResultsetFetchCompleted(result)) { + // isContinue = false; + // } if (isContinue) { // retrieve next batch of rows