mirror of
https://github.com/apache/httpd.git
synced 2025-08-13 14:40:20 +00:00
No functional change: simple detabbing of indented code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332305 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
6
modules/cache/cache_util.c
vendored
6
modules/cache/cache_util.c
vendored
@ -209,9 +209,9 @@ CACHE_DECLARE(int) ap_cache_check_freshness(cache_handle_t *h,
|
||||
|| ap_cache_liststr(NULL, cc_req, "no-cache", NULL)) {
|
||||
|
||||
if (!conf->ignorecachecontrol) {
|
||||
/* Treat as stale, causing revalidation */
|
||||
return 0;
|
||||
}
|
||||
/* Treat as stale, causing revalidation */
|
||||
return 0;
|
||||
}
|
||||
|
||||
ap_log_error(APLOG_MARK, APLOG_INFO, 0, r->server,
|
||||
"Incoming request is asking for a uncached version of "
|
||||
|
Reference in New Issue
Block a user