提交 3b12b325 编写于 作者: S slguan

remove some warnings

上级 6e87fa68
...@@ -64,14 +64,12 @@ bool gcProcessLoginRequest(HttpContext* pContext) { ...@@ -64,14 +64,12 @@ bool gcProcessLoginRequest(HttpContext* pContext) {
//[{ //[{
// "refId": "A", // "refId": "A",
// "alias" : "taosd", // "alias" : "taosd",
// "sql" : "select first(taosd) from sys.mem where ts > now-6h and ts < now // "sql" : "select first(taosd) from sys.mem where ts > now-6h and ts < now interval(20000a)"
// interval(20000a)"
//}, //},
//{ //{
// "refId": "B", // "refId": "B",
// "alias" : "system", // "alias" : "system",
// "sql" : "select first(taosd) from sys.mem where ts > now-6h and ts < now // "sql" : "select first(taosd) from sys.mem where ts > now-6h and ts < now interval(20000a)"
// interval(20000a)"
//}] //}]
// output // output
//[{ //[{
......
...@@ -20,7 +20,8 @@ char* httpMsg[] = { ...@@ -20,7 +20,8 @@ char* httpMsg[] = {
"http method parse error", // 3 "http method parse error", // 3
"http version should be 1.0, 1.1 or 1.2", // 4 "http version should be 1.0, 1.1 or 1.2", // 4
"http head parse error", // 5 "http head parse error", // 5
"request size is too big", "http body size invalid", "request size is too big",
"http body size invalid",
"http chunked body parse error", // 8 "http chunked body parse error", // 8
"http url parse error", // 9 "http url parse error", // 9
"invalid type of Authorization", "invalid type of Authorization",
...@@ -52,7 +53,8 @@ char* httpMsg[] = { ...@@ -52,7 +53,8 @@ char* httpMsg[] = {
"tags not find", "tags not find",
"tags size is 0", "tags size is 0",
"tags size too long", // 36 "tags size too long", // 36
"tag is null", "tag name is null", "tag is null",
"tag name is null",
"tag name length too long", // 39 "tag name length too long", // 39
"tag value type should be number or string", "tag value type should be number or string",
"tag value is null", "tag value is null",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册