diff --git a/plugin/protocol/http/src/http_half.cpp b/plugin/protocol/http/src/http_half.cpp index c837b84..446c845 100644 --- a/plugin/protocol/http/src/http_half.cpp +++ b/plugin/protocol/http/src/http_half.cpp @@ -200,7 +200,7 @@ void __hf_public_resp_fill_from_private(struct http_half_private * hf_private, s } else { - hf_private->content_encoding = HTTP_ACCEPT_ENCODING_IDENTITY; + hf_private->content_encoding = HTTP_ACCEPT_ENCODING_NONE; } }