JakeChampion commented on code in PR #12201: URL: https://github.com/apache/trafficserver/pull/12201#discussion_r2430181443
########## 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: It is yeah, we could opt to trim the whitespace so that it doesn't matter if they included it? -- 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]
