bneradt commented on code in PR #12201:
URL: https://github.com/apache/trafficserver/pull/12201#discussion_r2467144290


##########
doc/admin-guide/plugins/compress.en.rst:
##########
@@ -202,12 +202,59 @@ supported-algorithms
 
 Provides the compression algorithms that are supported, a comma separate list
 of values. This will allow |TS| to selectively support ``gzip``, ``deflate``,
-and brotli (``br``) compression. The default is ``gzip``. Multiple algorithms 
can
-be selected using ',' delimiter, for instance, ``supported-algorithms
-deflate,gzip,br``. Note that this list must **not** contain any white-spaces!
+brotli (``br``), and zstd (``zstd``) compression. The default is ``gzip``.
+Multiple algorithms can be selected using ',' delimiter, for instance,
+``supported-algorithms deflate,gzip,br,zstd``. Note that this list must **not**
+contain any white-spaces!

Review Comment:
   Oh, I see. I thought it was a dev comment about how to write the doc. But 
it's referring to the list. Yes, please ignore my comment. Thank you 
@JakeChampion and @maskit . 



-- 
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]

Reply via email to