]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commit58a1aa0326a4c1700e7e10963169e12c6a7492ed
tree63e4a1ddadd3659df28b91aee09b3bedcf3ce5ef
parent20c1b37f3375e81c8d5dd7cd8b807d4a226936a9
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