diff options
| author | lishu <[email protected]> | 2021-06-18 18:44:46 +0800 |
|---|---|---|
| committer | lishu <[email protected]> | 2021-06-18 18:44:46 +0800 |
| commit | dd10be9f413e6a660d3a43ebd2d8ea566d8e94ee (patch) | |
| tree | 3d46f8673dc9bf51525584805349e5a4febab514 /src/HTTP_Analyze.c | |
| parent | 1a428ed842873d2a80ea09443bd17e6a316da51f (diff) | |
处理s2c单向流下,响应体对应的是HEAD方法。
Diffstat (limited to 'src/HTTP_Analyze.c')
| -rw-r--r-- | src/HTTP_Analyze.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/HTTP_Analyze.c b/src/HTTP_Analyze.c index 8c22e7e..a585bb2 100644 --- a/src/HTTP_Analyze.c +++ b/src/HTTP_Analyze.c @@ -47,7 +47,7 @@ extern "C" http_prog_runtime_parameter_t g_http_prog_para; int G_HTTP_H_VERSION_4_20191205 = 0; -int G_HTTP_VERSION_4_20210521 = 0; +int G_HTTP_VERSION_4_20210618 = 0; void history() { //2014-12-09 V3.0 new documentAnalyze lib ; http.h add and delete ; @@ -129,6 +129,7 @@ void history() //2020-06-12 V4.0 //set pbuf=null when resethttpstream //2020-07-22 V4.0 //range Invalid //2021-05-21 V4.0 //URI do not start with '/' and http_host_parser + //2021-06-18 V4.0 //fix:http head when only one-way of S2C } |
