修正非GZIP压缩应答的Content-Encoding处置设置错误的问题。
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user