TSG-20527 http2解析层支持zstd编解码
This commit is contained in:
@@ -27,11 +27,11 @@ enum h2_read_state
|
||||
|
||||
struct tfe_h2_payload
|
||||
{
|
||||
int gzip;
|
||||
int encode_type;
|
||||
uint8_t flags;
|
||||
ssize_t padlen;
|
||||
struct z_stream_st *inflate;
|
||||
struct z_stream_st *deflate;
|
||||
struct http2_codec_ctx *inflate;
|
||||
struct http2_codec_ctx *deflate;
|
||||
struct evbuffer * evbuf_body;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user