删除无用的代码
This commit is contained in:
@@ -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)
|
#define HTTP2_CONTENT_ENCODING_BR BV(7)
|
||||||
|
|
||||||
struct z_stream_st{
|
struct z_stream_st{
|
||||||
int gip;
|
|
||||||
z_stream zst;
|
z_stream zst;
|
||||||
int8_t finished;
|
|
||||||
BrotliDecoderState *brdec_state;
|
BrotliDecoderState *brdec_state;
|
||||||
BrotliEncoderState *brenc_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 deflate_finished(struct z_stream_st **strm);
|
||||||
|
|
||||||
void frame_display(const uint8_t *payload, uint16_t payload_len);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user