]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add backport proposal for MaxRanges configuration
authorRainer Jung <rjung@apache.org>
Thu, 29 Sep 2011 09:31:38 +0000 (09:31 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 29 Sep 2011 09:31:38 +0000 (09:31 +0000)
directive and ap_set_accept_ranges() utility function.

With that 2.0.x should be on par with 2.2.x w.r.t.
Ranges.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1177239 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 7978ef5c670d0d0abc2941fd01e0b070990d9084..e2d875cce37bede33e91f3e7a79112fafdc8a845 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -158,11 +158,28 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   * byterange: Range of '0-' returns 206.
     Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1175980
                  http://svn.apache.org/viewvc?view=revision&revision=1175992
+    2.2.x patch: http://svn.apache.org/viewvc?view=revision&revision=1177080
+    2.2.x patch: http://svn.apache.org/viewvc?view=revision&revision=1177081
     2.0.x patch: http://people.apache.org/~jim/patches/2.0-byterange0-.txt
     +1: jim, rjung
     rjung: You might want to add the "special case: 0- ..." comment from the
            2.2 patch. I'm fine either way.
-  
+
+  * byterange: Backport MaxRanges configuration directive and
+    ap_set_accept_ranges() utility function.
+    Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1162584
+                 http://svn.apache.org/viewvc?view=revision&revision=1162584
+                 http://svn.apache.org/viewvc?view=revision&revision=1162587
+                 http://svn.apache.org/viewvc?view=revision&revision=1166282
+                 http://svn.apache.org/viewvc?view=revision&revision=1166663
+                 http://svn.apache.org/viewvc?view=revision&revision=1166667
+    2.2.x patch: http://svn.apache.org/viewvc?view=revision&revision=1164894
+                 http://svn.apache.org/viewvc?view=revision&revision=1164896
+                 http://svn.apache.org/viewvc?view=revision&revision=1166612
+                 http://svn.apache.org/viewvc?view=revision&revision=1166772
+    2.0.x patch: http://people.apache.org/~rjung/patches/max-ranges-2.0.patch
+    +1: rjung
+
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
 
     *) mod_headers: Support {...}s tag for SSL variable lookup.