TSG-20527 http解析层支持zstd编解码

This commit is contained in:
fengweihao
2024-04-28 17:37:08 +08:00
parent 397a6aba93
commit a8313580e1
6 changed files with 159 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ struct http_header_private
#define HTTP_ACCEPT_ENCODING_X_GZIP BV(5)
#define HTTP_ACCEPT_ENCODING_X_BZIP2 BV(6)
#define HTTP_ACCEPT_ENCODING_BR BV(7)
#define HTTP_ACCEPT_ENCODING_ZSTD BV(8)
TAILQ_HEAD(http_header_private_list, http_header_private);
struct http_half_private