diff options
| author | liuxueli <[email protected]> | 2024-01-24 10:29:15 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2024-01-24 10:29:15 +0800 |
| commit | 328131dcc4cb95e399fce8947507cf2a92cf1b76 (patch) | |
| tree | 77eb039a959b96b91349b1c44a8b1141448e4691 /src/HTTP_Message.h | |
| parent | e78749d810f9c261cab54ec56fa35e17f18a757a (diff) | |
Feature: HTTP unzip content is consistent with the packet life cyclev2.0.18
Diffstat (limited to 'src/HTTP_Message.h')
| -rw-r--r-- | src/HTTP_Message.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/HTTP_Message.h b/src/HTTP_Message.h index 18b65d1..ca901ab 100644 --- a/src/HTTP_Message.h +++ b/src/HTTP_Message.h @@ -168,6 +168,8 @@ typedef struct _http_parser_t char endline_flag; //complete line flag: \r\n, \r, \n. uint8 mgs_status; //return state uint8 header_span_flag; //see define + + fold_infor_t last_unzip_content; #if HTTP_PROXY uchar proxy_flag; //DIR_C2S, DIR_S2C,DIR_DOUBLE |
