diff options
| author | lishu <[email protected]> | 2019-12-05 18:17:55 +0800 |
|---|---|---|
| committer | lishu <[email protected]> | 2019-12-05 18:17:55 +0800 |
| commit | dcb49ad5d9f717fdda3d0bdf6324c7332262d615 (patch) | |
| tree | 35f7ace884b2a4a2b6bd0ccda4eebdaebf1dee9d /src/HTTP_Analyze.c | |
| parent | bf0a31b981e86b055a15466959e0359024ee6b7a (diff) | |
增加http http_line2value函数,支持获取value内容
Diffstat (limited to 'src/HTTP_Analyze.c')
| -rw-r--r-- | src/HTTP_Analyze.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/HTTP_Analyze.c b/src/HTTP_Analyze.c index f567a13..f4b9a66 100644 --- a/src/HTTP_Analyze.c +++ b/src/HTTP_Analyze.c @@ -24,8 +24,8 @@ http_prog_runtime_parameter_t g_http_prog_para; -int G_HTTP_H_VERSION_3_20150320 = 0; -int G_HTTP_VERSION_4_20191112 = 0; +int G_HTTP_H_VERSION_4_20191205 = 0; +int G_HTTP_VERSION_4_20191205 = 0; void history() { //2014-12-09 V3.0 new documentAnalyze lib ; http.h add and delete ; @@ -102,6 +102,9 @@ void history() //2019-01-11 V4.0 //is_absolute_uri //2019-01-28 V4.0 //1. support Content-Range: bytes -154100106/154100107 2. bug:http_doWithGzipData 3. assert(session_info.buflen>=0); //2019-11-12 V4.0 //����http_host_parser���� + //2019-12-05 V4.0 //����http_line2value���� + + } /* |
