From 658e1be8552c090a3cddf572168a86461ece944b Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Mon, 7 Mar 2022 15:46:15 +0000 Subject: [PATCH] Merge r1898702 from trunk: *) docs: fixing missing closing tag. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1898704 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 46cacd88293..69d4df88728 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -3021,7 +3021,7 @@ LimitRequestLine 4094 and is not recommended since it does not account for memory consumed elsewhere or concurrent requests, which might result in an overall system out-of-memory. - +

Example:

-- 2.47.2