trafficserver
trafficserver copied to clipboard
The compress plugin does not behave as described in the docs
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