From: Eric Covener
Date: Wed, 1 Jun 2022 12:53:42 +0000 (+0000)
Subject: Merge r1901510 from trunk:
X-Git-Tag: 2.4.54-rc1-candidate~18
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96c75bba15b6ce20eb8d34aad717a046c000b233;p=thirdparty%2Fapache%2Fhttpd.git
Merge r1901510 from trunk:
mention limit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1901511 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_sed.xml b/docs/manual/mod/mod_sed.xml
index 91c8109ca26..52abb98b539 100644
--- a/docs/manual/mod/mod_sed.xml
+++ b/docs/manual/mod/mod_sed.xml
@@ -50,7 +50,7 @@ The mod_sed input filter reads the data from the next filter in
-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.