summaryrefslogtreecommitdiff
path: root/src/http.h
diff options
context:
space:
mode:
authorlishu <[email protected]>2019-07-04 16:38:50 +0800
committerlishu <[email protected]>2019-07-04 16:38:50 +0800
commitb15605d793855cad3e00ffef089181ee7283a3d1 (patch)
tree1c46e39c91f7eadba99f50ac282fafaddf1ca5e9 /src/http.h
parent3b46bc23958fc8b9cad333dc1185ce9484795ee6 (diff)
add cmake
Diffstat (limited to 'src/http.h')
-rw-r--r--src/http.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/http.h b/src/http.h
index ad9b3a0..15cc405 100644
--- a/src/http.h
+++ b/src/http.h
@@ -1,10 +1,12 @@
#ifndef HTTP_H_
#define HTTP_H_
+
#define HTTP_H_VERSION_4_20160905 0
-//#define HTTP_H_VERSION_3_20150320 0
+//#define HTTP_H_VERSION_3_20150321 0
//20160905 add http_line2region
+
#ifndef uchar
typedef unsigned char uchar;
#endif
@@ -220,7 +222,7 @@ int http_line2region(const char *line, uint32 line_len, char** region, uint32* r
*/
long long http_region2proto_flag(const char *region, uint32 region_len);
/*
-*����proto_flag����ֶ�����
+*����proto_flag����ֶε�����
*����ֵ��http.conf�е��ַ���
*/
const char* http_proto_flag2region(long long proto_flag);