diff --git a/source/libs/transport/src/thttp.c b/source/libs/transport/src/thttp.c index ce9c6fb306cf96ab60f85596a52b0a09c5de537f..62277a7569a836f84e2ea143dc648737c208b3c8 100644 --- a/source/libs/transport/src/thttp.c +++ b/source/libs/transport/src/thttp.c @@ -17,10 +17,11 @@ #ifdef USE_UV #include #endif -#include "taoserror.h" +// clang-format off +#include "zlib.h" #include "thttp.h" +#include "taoserror.h" #include "tlog.h" -#include "zlib.h" static int32_t taosBuildHttpHeader(const char* server, int32_t contLen, char* pHead, int32_t headLen, EHttpCompFlag flag) { @@ -231,4 +232,5 @@ SEND_OVER: return code; } +// clang-format on #endif