From: Rich Bowen Date: Wed, 20 May 2026 00:06:17 +0000 (+0000) Subject: Apparently the sup tag is not supported markup X-Git-Tag: 2.4.68-rc1-candidate~110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab6d4ce64a5a04fd3f933e9279aed4a3c63a6b2b;p=thirdparty%2Fapache%2Fhttpd.git Apparently the sup tag is not supported markup git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934416 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_brotli.xml b/docs/manual/mod/mod_brotli.xml index e9683c5d54..bb8bb9d59d 100644 --- a/docs/manual/mod/mod_brotli.xml +++ b/docs/manual/mod/mod_brotli.xml @@ -271,7 +271,7 @@ BrotliCompressionQuality 11

The BrotliCompressionWindow directive specifies the brotli sliding compression window size (a value between 10 and 24, - representing a window of 2value bytes). For + representing a window of 2^value bytes). For example, 18 (the default) gives a 256 KB window, while 24 gives 16 MB. Larger window sizes can improve compression quality, but require more memory per connection.

@@ -304,7 +304,7 @@ BrotliCompressionWindow 24

The BrotliCompressionMaxInputBlock directive specifies the maximum input block size as a power of two, between 16 and 24 - (representing blocks of 2value bytes, i.e., + (representing blocks of 2^value bytes, i.e., 64 KB to 16 MB). Larger block sizes can improve compression but require more memory. When not set, the block size is automatically selected based on the quality setting.