opt rpc
This commit is contained in:
parent
ca9f129b52
commit
ea2c6f6805
|
@ -17,10 +17,11 @@
|
||||||
#ifdef USE_UV
|
#ifdef USE_UV
|
||||||
#include <uv.h>
|
#include <uv.h>
|
||||||
#endif
|
#endif
|
||||||
#include "taoserror.h"
|
// clang-format off
|
||||||
#include "thttp.h"
|
|
||||||
#include "tlog.h"
|
|
||||||
#include "zlib.h"
|
#include "zlib.h"
|
||||||
|
#include "thttp.h"
|
||||||
|
#include "taoserror.h"
|
||||||
|
#include "tlog.h"
|
||||||
|
|
||||||
static int32_t taosBuildHttpHeader(const char* server, int32_t contLen, char* pHead, int32_t headLen,
|
static int32_t taosBuildHttpHeader(const char* server, int32_t contLen, char* pHead, int32_t headLen,
|
||||||
EHttpCompFlag flag) {
|
EHttpCompFlag flag) {
|
||||||
|
@ -231,4 +232,5 @@ SEND_OVER:
|
||||||
return code;
|
return code;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// clang-format on
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue