Commit b01c427a authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

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
parent 294ba7c4
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
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