]> 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:15 +0000 (14:38 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 19 May 2026 14:38:15 +0000 (14:38 +0000)
commit49f83fb9bda3df36a2f9239f1c2fef0049ad1f40
tree8e56898ababc4056f9c4746beb2933af2738e6dc
parent46f6513bbf747663c8eed95af47601342693a1d3
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/trunk@1934400 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/mod/mod_brotli.xml