From 26e9e4b242bd4b7a109d50397421aca5f5e7b1e8 Mon Sep 17 00:00:00 2001 From: Lu Qiuwen Date: Thu, 27 Sep 2018 16:27:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=9D=9EGZIP=E5=8E=8B?= =?UTF-8?q?=E7=BC=A9=E5=BA=94=E7=AD=94=E7=9A=84Content-Encoding=E5=A4=84?= =?UTF-8?q?=E7=BD=AE=E8=AE=BE=E7=BD=AE=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/protocol/http/src/http_half.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }