增加GZIP压缩功能及对应的单元测试

This commit is contained in:
Lu Qiuwen
2018-09-28 15:05:54 +08:00
parent 5bf18848c1
commit a14b665f90
5 changed files with 208 additions and 53 deletions

View File

@@ -66,7 +66,7 @@ struct http_half_private
/* Content-Encoding */
uint16_t content_encoding;
struct hf_content_converter * cv_unpress_object;
struct hf_content_uncompress * cv_uncompress_object;
/* Header Parser */
struct evbuffer * evbuf_header_field;