From: Ruediger Pluem Date: Tue, 27 Sep 2011 07:52:54 +0000 (+0000) Subject: * Add comment X-Git-Tag: 2.2.22~149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45cf2c5083295af060aaad4c8a7bcdcab6b41b7e;p=thirdparty%2Fapache%2Fhttpd.git * Add comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1176254 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 3f56bbe79bd..c7a602319bc 100644 --- a/STATUS +++ b/STATUS @@ -159,6 +159,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1175980 2.2.x patch: http://people.apache.org/~jim/patches/byterange0-.txt +1: jim + rpluem asks: Shouldn't it be + + if (sum_lengths > clength) { + + instead of + + if (sum_lengths = clength) { + + like in trunk as otherwise we still send a 200 for 0-? PATCHES/ISSUES THAT ARE STALLED