]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_brotli: clarify that numeric directive values are powers of two
authorRich Bowen <rbowen@apache.org>
Tue, 19 May 2026 14:38:17 +0000 (14:38 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 19 May 2026 14:38:17 +0000 (14:38 +0000)
commit4d95cfa89dfd57a13f5323dc9b6d2de204a7391d
treebde6ebd165c6cfdd69f49ab2d326805ef588e60a
parent1ac0b5eca1723f8f33bc5e0bdc6ebc60cf59aff3
mod_brotli: clarify that numeric directive values are powers of two

BrotliCompressionWindow and BrotliCompressionMaxInputBlock accept
log2 values, but the docs just said "a value between N and M" without
explaining what those numbers mean in practice. Clarify that the
actual sizes are 2^value bytes, with concrete examples (e.g., 18 =
256 KB, 24 = 16 MB). Also improve BrotliCompressionQuality description
with practical guidance. Add examples to all three directives.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934401 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/mod/mod_brotli.xml