From: Nick Kew Date: Wed, 24 Jan 2007 21:59:20 +0000 (+0000) Subject: Merge rpluem's fix into my proposal X-Git-Tag: 2.2.5~325 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=478aa1693715a2711e4c10f0174d69ceaaf6edd3;p=thirdparty%2Fapache%2Fhttpd.git Merge rpluem's fix into my proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@499587 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index f9fee7d33e8..f8df4690329 100644 --- a/STATUS +++ b/STATUS @@ -182,10 +182,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * mod_headers: Allow % at the end of a Header value PR: 36609 http://svn.apache.org/viewvc?rev=490156&view=rev - +1: niq - rpluem says: +1 as long as - http://svn.apache.org/viewvc?rev=499567&view=rev - is added. + http://svn.apache.org/viewvc?rev=499567&view=rev + +1: niq, rpluem * mod_proxy_http: Handle request bodies larger than 2 GB by converting the Content-Length header of the request correctly.