Skip to content

Commit

Permalink
docs: fix incorrect compressor filter doc (#13611)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Nino <jnino@lyft.com>
  • Loading branch information
junr03 authored Oct 19, 2020
1 parent e136b95 commit 5c77372
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 5c77372

Please sign in to comment.