diff options
| author | lishu <[email protected]> | 2019-07-04 16:38:50 +0800 |
|---|---|---|
| committer | lishu <[email protected]> | 2019-07-04 16:38:50 +0800 |
| commit | b15605d793855cad3e00ffef089181ee7283a3d1 (patch) | |
| tree | 1c46e39c91f7eadba99f50ac282fafaddf1ca5e9 /src/http.h | |
| parent | 3b46bc23958fc8b9cad333dc1185ce9484795ee6 (diff) | |
add cmake
Diffstat (limited to 'src/http.h')
| -rw-r--r-- | src/http.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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); |
