]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_deflate: Document that DeflateInflateLimitRequestBody 0 means unlimited (Bug...
authorRich Bowen <rbowen@apache.org>
Wed, 29 Apr 2026 18:02:07 +0000 (18:02 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 29 Apr 2026 18:02:07 +0000 (18:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933512 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_deflate.xml

index 0062eb019ca29d4e20ee8a7e1b3fa79aed843914..e45f3e0e85c42b1d3b9db1a633bdfca8dcc13b72 100644 (file)
@@ -362,7 +362,9 @@ CustomLog "logs/deflate_log" deflate
     <p>The <directive>DeflateInflateLimitRequestBody</directive> directive
         specifies the maximum size of an inflated request body. If it is unset,
         <directive module="core">LimitRequestBody</directive> is applied to the
-        inflated body.</p>
+        inflated body. A value of <code>0</code> means no limit is applied
+        to the inflated body size (but other limits such as
+        <directive module="core">LimitRequestBody</directive> may still apply).</p>
 </usage>
 </directivesynopsis>