From: Eric Covener
Date: Wed, 1 Jun 2022 12:53:03 +0000 (+0000)
Subject: mention limit
X-Git-Tag: 2.5.0-alpha2-ci-test-only~311
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54fd81eeac370defcaac9bb6632b4b37ccbbde18;p=thirdparty%2Fapache%2Fhttpd.git
mention limit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1901510 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_sed.xml b/docs/manual/mod/mod_sed.xml
index 898b73edfd4..bd9308dd59e 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.