From 96c75bba15b6ce20eb8d34aad717a046c000b233 Mon Sep 17 00:00:00 2001
From: Eric Covener
Date: Wed, 1 Jun 2022 12:53:42 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_sed.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
--
2.47.2