修正非GZIP压缩应答的Content-Encoding处置设置错误的问题。

This commit is contained in:
Lu Qiuwen
2018-09-27 16:27:32 +08:00
parent 512954ba9a
commit 26e9e4b242

View File

@@ -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;
}
}