提交 ea2c6f68 编写于 作者: dengyihao's avatar dengyihao

opt rpc

上级 ca9f129b
...@@ -17,10 +17,11 @@ ...@@ -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 "zlib.h"
#include "thttp.h" #include "thttp.h"
#include "taoserror.h"
#include "tlog.h" #include "tlog.h"
#include "zlib.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: ...@@ -231,4 +232,5 @@ SEND_OVER:
return code; return code;
} }
// clang-format on
#endif #endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册