From: Jim Jagielski Date: Fri, 26 Aug 2011 17:25:35 +0000 (+0000) Subject: one off X-Git-Tag: 2.3.15~342 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1524179ffa8b7c7eab9b9f887c7a07cb02ce6e26;p=apache one off git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1162179 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/byterange_filter.c b/modules/http/byterange_filter.c index 09bd9a2c34..9089789465 100644 --- a/modules/http/byterange_filter.c +++ b/modules/http/byterange_filter.c @@ -545,7 +545,7 @@ static int ap_set_byterange(request_rec *r, apr_off_t clength, } in_merge = 0; - if !(iend-1 < ostart || start-1 > oend) { + if !(iend < ostart || start-1 > oend) { if (start < ostart) { ostart = start; reversals++;