]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mention limit
authorEric Covener <covener@apache.org>
Wed, 1 Jun 2022 12:53:03 +0000 (12:53 +0000)
committerEric Covener <covener@apache.org>
Wed, 1 Jun 2022 12:53:03 +0000 (12:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1901510 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_sed.xml

index 898b73edfd418b6c3198f97904747f0735412291..bd9308dd59eee0f4d3b89539ca21f0bcd950f00f 100644 (file)
@@ -50,7 +50,7 @@ The <module>mod_sed</module> input filter reads the data from the next filter in
 </p>
 
 <p>
-Both the input and output filters only process the data if newline characters are seen in the content. At the end of the data, the rest of the data is treated as the last line.
+Both the input and output filters only process the data if newline characters are seen in the content. At the end of the data, the rest of the data is treated as the last line.  Lines greater than 8MB in length result in an error.
 </p>
 
 </summary>