From: Graham Leggett Date: Wed, 25 Oct 2006 13:50:19 +0000 (+0000) Subject: Propose a backport. X-Git-Tag: 2.2.4~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3dcaaaa8d2fece9e84dcb49902ef921fe4b3114;p=thirdparty%2Fapache%2Fhttpd.git Propose a backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@467656 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 8286aa711b7..c6b19941cf8 100644 --- a/STATUS +++ b/STATUS @@ -248,3 +248,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version works +1: trawick + * mod_cache: Fix an out of memory condition that occurs when the + cache tries to save huge files (greater than RAM). Buckets bigger + than a tuneable threshold are split into smaller buckets before + being passed to mod_disk_cache, etc. PR 39380 + Trunk: http://svn.apache.org/viewvc?view=rev&revision=467655 + +1: minfrin +