add http interface
This commit is contained in:
parent
c3caa8475a
commit
e02caa9757
|
@ -509,6 +509,7 @@ static void httpHandleReq(SHttpMsg* msg) {
|
|||
terrno = TSDB_CODE_OUT_OF_MEMORY;
|
||||
goto END;
|
||||
}
|
||||
|
||||
wb[0] = uv_buf_init((char*)header, strlen(header)); // heap var
|
||||
wb[1] = uv_buf_init((char*)msg->cont, msg->len); // heap var
|
||||
|
||||
|
|
Loading…
Reference in New Issue