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

* modules/cache/mod_cache.c: One more try at proper handling of revalidated

responses.

...All together now, we hate uninitialized variables...


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151816 13f79535-47bb-0310-9956-ffa450edef68
parent 99302085
Loading
Loading
Loading
Loading
+3 −0
Changes for CHANGES: 3 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -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]
+1 −0
Changes for modules/cache/mod_cache.c: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -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. */