From: Jeff Trawick Date: Tue, 23 Jan 2007 13:01:41 +0000 (+0000) Subject: propose a proxy fix for backport X-Git-Tag: 2.2.5~329 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da448d10b9a0762af8b5641966bc7ed5812ead57;p=thirdparty%2Fapache%2Fhttpd.git propose a proxy fix for backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@499011 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d86bc75ac28..c43aac0426b 100644 --- a/STATUS +++ b/STATUS @@ -184,3 +184,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?rev=490156&view=rev +1: niq + * mod_proxy_http: Handle request bodies larger than 2 GB by converting + the Content-Length header of the request correctly. + PR 40883 + http://svn.apache.org/viewvc?view=rev&revision=486320 + +1: trawick