From: Justin Erenkrantz Date: Thu, 23 Sep 2004 16:58:17 +0000 (+0000) Subject: Add in mod_cache.c r1.91 to the backport of the mod_cache Expires fix. X-Git-Tag: 2.0.52~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59c238ad817a47b2157c7d746c02cb1b88c4dc38;p=thirdparty%2Fapache%2Fhttpd.git Add in mod_cache.c r1.91 to the backport of the mod_cache Expires fix. (Technically, it invalidates FirstBill's vote; but I'll let it slide...) Also propose the mod_disk_cache race condition fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105269 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index ea40616dea8..58cb4d3e258 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/09/23 16:55:35 $] +Last modified at [$Date: 2004/09/23 16:58:17 $] Release: @@ -78,10 +78,15 @@ PATCHES TO BACKPORT FROM 2.1 http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/experimental/ cache_util.c?r1=1.33&r2=1.34 mod_cache.h?r1=1.49&r2=1.50 + mod_cache.c?r1=1.89&r2=1.90 mod_mem_cache.c?r1=1.116&r2=1.117 mod_disk_cache.c?r1=1.60&r2=1.61 cache_storage.c?r1=1.36&r2=1.37 - +1: stoddard + +1: stoddard, jerenkrantz + + *) Fix mod_disk_cache race conditions in storing the response body. + modules/experimental/mod_disk_cache.c: 1.61 + +1: jerenkrantz *) Another ap_rgetline_core fix. http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/protocol.c?r1=1.152&r2=1.153