mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 07:26:57 +03:00
mod_cache: Use the actual URI path and query-string for identifying the
cached entity (key), such that rewrites are taken into account when running afterwards (CacheQuickHandler off). PR 21935. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756553 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
2
modules/cache/cache_util.h
vendored
2
modules/cache/cache_util.h
vendored
@ -300,7 +300,7 @@ apr_status_t cache_remove_lock(cache_server_conf *conf,
|
||||
cache_request_rec *cache, request_rec *r, apr_bucket_brigade *bb);
|
||||
|
||||
cache_provider_list *cache_get_providers(request_rec *r,
|
||||
cache_server_conf *conf, apr_uri_t uri);
|
||||
cache_server_conf *conf);
|
||||
|
||||
/**
|
||||
* Get a value from a table, where the table may contain multiple
|
||||
|
Reference in New Issue
Block a user