apache / trafficserver

Apache Traffic Server™ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
https://trafficserver.apache.org/
Apache License 2.0
1.78k stars 786 forks source link

The compress plugin does not behave as described in the docs #8989

Open esmq2092 opened 1 year ago

esmq2092 commented 1 year ago

The document says that when cache is set to true, there will be both compressed and uncompressed versions of the content in the cache.

that means ,when a client request a gzip object, ats will automaticaly cache a ungzip variant of the object。

but when testing it, i found it otherwise。

with the following configurations,especially i have to set cache to false, ats will cache both the compressed and uncompressed at the same time~ (but doc says it will cache only one variant)。

cache false remove-accept-encoding true

github-actions[bot] commented 11 months ago

This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.