Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix incorrect compressor filter doc #13611

Merged
merged 1 commit into from
Oct 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down