]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add comment
authorRuediger Pluem <rpluem@apache.org>
Tue, 27 Sep 2011 07:52:54 +0000 (07:52 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 27 Sep 2011 07:52:54 +0000 (07:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1176254 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 3f56bbe79bda79a66aa43d8a190ad3188319b94f..c7a602319bc6733e08919686cb387b1bd74811de 100644 (file)
--- 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