From 509e45d01851fa788660ab138d051f6fdcacf2ad Mon Sep 17 00:00:00 2001 From: luwenpeng Date: Thu, 26 Sep 2019 10:04:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/protocol/http2/include/internal/http2_common.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugin/protocol/http2/include/internal/http2_common.h b/plugin/protocol/http2/include/internal/http2_common.h index 79ed3de..8c048a8 100644 --- a/plugin/protocol/http2/include/internal/http2_common.h +++ b/plugin/protocol/http2/include/internal/http2_common.h @@ -65,9 +65,7 @@ http2_header_str_to_val(const char *str, size_t slen, const char * map[], unsign #define HTTP2_CONTENT_ENCODING_BR BV(7) struct z_stream_st{ - int gip; z_stream zst; - int8_t finished; BrotliDecoderState *brdec_state; BrotliEncoderState *brenc_state; }; @@ -86,6 +84,4 @@ void inflate_finished(struct z_stream_st **strm); void deflate_finished(struct z_stream_st **strm); -void frame_display(const uint8_t *payload, uint16_t payload_len); - #endif