From: Rainer Jung Date: Thu, 29 Sep 2011 09:31:38 +0000 (+0000) Subject: Add backport proposal for MaxRanges configuration X-Git-Tag: 2.0.65~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c2150d665143b6d1bc270b378e61103e5fbc2c2;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/STATUS b/STATUS index 7978ef5c670..e2d875cce37 100644 --- 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.