From: Jim Jagielski Date: Fri, 26 Aug 2011 17:39:19 +0000 (+0000) Subject: Final tuneage X-Git-Tag: 2.3.15~341 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee038b6f805af53b6af70ccb22a2a4ff4b3720a9;p=thirdparty%2Fapache%2Fhttpd.git Final tuneage git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1162180 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/byterange_filter.c b/modules/http/byterange_filter.c index 90897894659..2d5adfa6e48 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 < ostart || start-1 > oend) { + if !(iend <= ostart || start-1 >= oend) { if (start < ostart) { ostart = start; reversals++;