]> granicus.if.org Git - apache/commit
Move the req_hdrs pointer from the cache_object_t to the cache_handle_t. Each
authorBill Stoddard <stoddard@apache.org>
Sat, 22 Jun 2002 19:22:40 +0000 (19:22 +0000)
committerBill Stoddard <stoddard@apache.org>
Sat, 22 Jun 2002 19:22:40 +0000 (19:22 +0000)
commit7ef821fd1b0e3b458f9f26924d508ba49db459cc
tree63e4a1ddadd3659df28b91aee09b3bedcf3ce5ef
parentc959a9ace830ba9ad1103cc43e25b0207d06a646
Move the req_hdrs pointer from the cache_object_t to the cache_handle_t. Each
thread serving a request needs to update the req_hdrs pointer so it needs to
reside in r->pool (where the cache_handle_t resides).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95846 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/experimental/cache_storage.c
modules/experimental/mod_cache.h
modules/experimental/mod_mem_cache.c