maskit commented on code in PR #12201: URL: https://github.com/apache/trafficserver/pull/12201#discussion_r2430406718
########## 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: Trimming the whitespace would be nice, but I'd like to see the change on a separate PR. One change on one PR. @bneradt I'm really not sure what makes you think this is not very user-friendly. It looks like an important note for users with a configuration example. -- 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]
