Loading CHANGES +3 −0 Changes for CHANGES: 3 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ Changes with Apache 2.1.3 [Remove entries to the current 2.0 section below, when backported] *) mod_cache: One more try at proper handling of revalidated responses. [Justin Erenkrantz] *) mod_disk_cache: Properly load cached ETag from on-disk structures. [Justin Erenkrantz] Loading modules/cache/mod_cache.c +1 −0 Changes for modules/cache/mod_cache.c: 1 added line, 0 removed lines. Original line number Diff line number Diff line Loading @@ -538,6 +538,7 @@ static int cache_save_filter(ap_filter_t *f, apr_bucket_brigade *in) /* Oh, hey. It isn't that stale! Yay! */ cache->handle = cache->stale_handle; info = &cache->handle->cache_obj->info; rv = OK; } else { /* Oh, well. Toss it. */ Loading Loading
CHANGES +3 −0 Changes for CHANGES: 3 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ Changes with Apache 2.1.3 [Remove entries to the current 2.0 section below, when backported] *) mod_cache: One more try at proper handling of revalidated responses. [Justin Erenkrantz] *) mod_disk_cache: Properly load cached ETag from on-disk structures. [Justin Erenkrantz] Loading
modules/cache/mod_cache.c +1 −0 Changes for modules/cache/mod_cache.c: 1 added line, 0 removed lines. Original line number Diff line number Diff line Loading @@ -538,6 +538,7 @@ static int cache_save_filter(ap_filter_t *f, apr_bucket_brigade *in) /* Oh, hey. It isn't that stale! Yay! */ cache->handle = cache->stale_handle; info = &cache->handle->cache_obj->info; rv = OK; } else { /* Oh, well. Toss it. */ Loading