Searched refs:maxage_req (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/cache/
H A Dcache_util.c518 apr_int64_t age, maxage_req, maxage_cresp, maxage, smaxage, maxstale; local
607 maxage_req = -1;
609 maxage_req = cache->control_in.max_age_value;
626 if (maxage_req == -1) {
630 maxage = maxage_req;
633 maxage = MIN(maxage_req, maxage_cresp);

Completed in 1108 milliseconds