]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1901510 from trunk:
authorEric Covener <covener@apache.org>
Wed, 1 Jun 2022 12:53:42 +0000 (12:53 +0000)
committerEric Covener <covener@apache.org>
Wed, 1 Jun 2022 12:53:42 +0000 (12:53 +0000)
mention limit

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1901511 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_sed.xml

index 91c8109ca2607744e83dcf7a4100ac65bc605da6..52abb98b53995b993d4f14dfbad6774c2822863b 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, in 2.4.54 and later.
 </p>
 
 </summary>