mlibbey commented on code in PR #11927:
URL: https://github.com/apache/trafficserver/pull/11927#discussion_r1895984052
##########
doc/admin-guide/plugins/compress.en.rst:
##########
@@ -107,7 +107,9 @@ range-request
-------------
When set to ``true``, causes |TS| to compress responses to Range Requests.
-Disabled by default. Setting this to true while setting cache to false leads
to delivering corrupted content.
+Disabled by default.
+
+WARNING! Do NOT set this to true if cache is set to false. This combination
will deliver corrupt content.
Review Comment:
Is this really
```
if :ts:cv:`proxy.config.http.cache.http` is set to false (0)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]