From fb2f5950721866c6f03eed39cac66c4036492519 Mon Sep 17 00:00:00 2001 From: Jose Nino Date: Fri, 16 Oct 2020 11:52:22 -0700 Subject: [PATCH] docs: fix incorrect compressor filter doc Signed-off-by: Jose Nino --- .../configuration/http/http_filters/compressor_filter.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/root/configuration/http/http_filters/compressor_filter.rst b/docs/root/configuration/http/http_filters/compressor_filter.rst index 862af5304065..2fa10f00d6bf 100644 --- a/docs/root/configuration/http/http_filters/compressor_filter.rst +++ b/docs/root/configuration/http/http_filters/compressor_filter.rst @@ -77,8 +77,8 @@ the extension. When compression is *applied*: - The *content-length* is removed from response headers. -- Response headers contain "*transfer-encoding: chunked*" and do not contain - "*content-encoding*" header. +- Response headers contain "*transfer-encoding: chunked*", and + "*content-encoding*" with the compression scheme used (e.g., ``gzip``). - The "*vary: accept-encoding*" header is inserted on every response. Also the "*vary: accept-encoding*" header may be inserted even if compression is *not*