]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
typo in patch fixed
authorJim Jagielski <jim@apache.org>
Tue, 27 Sep 2011 10:51:39 +0000 (10:51 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 27 Sep 2011 10:51:39 +0000 (10:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1176321 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c7a602319bc6733e08919686cb387b1bd74811de..e5596f9dc15b9d5af035d7b3c92f58945a311cbe 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -158,16 +158,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   * byterange: Range of '0-' returns 206.
     Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1175980
     2.2.x patch: http://people.apache.org/~jim/patches/byterange0-.txt
+                 ('sum_lengths = clength' typo fixed)
     +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