bneradt commented on code in PR #12201: URL: https://github.com/apache/trafficserver/pull/12201#discussion_r2429660884
########## 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: haha, I actuallly didn't realize that was in there originally. Good point. Yes, let's remove it if you don't mind. It's not very user-friendly to contain a dev-only comment in the published docs. -- 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]
