Commit 134147eb authored by Rainer Jung's avatar Rainer Jung
Browse files

Add backport proposal for MaxRanges configuration

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
parent 18c0b962
Loading
Loading
Loading
Loading
+18 −1
Original line number Diff line number Diff line
@@ -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.