From 1584518002253d24e1407fa9cb9468b5d74d18d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Igor=20Gali=C4=87?= Date: Fri, 30 Nov 2012 09:09:33 +0000 Subject: [PATCH] merge r1415549 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1415551 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index ca8ad89456..3d4f4af91d 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2966,7 +2966,7 @@ resource

The MaxRangeOverlaps directive limits the number of overlapping HTTP ranges the server is willing to - return to the client. If more overlapping ranges then permitted are requested, + return to the client. If more overlapping ranges than permitted are requested, the complete resource is returned instead.

@@ -3001,7 +3001,7 @@ resource

The MaxRangeReversals directive limits the number of HTTP Range reversals the server is willing to - return to the client. If more ranges reversals then permitted are requested, + return to the client. If more ranges reversals than permitted are requested, the complete resource is returned instead.

-- 2.40.0