Searched defs:cachecontrol (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/filters/
H A Dmod_filter.c278 const char *cachecontrol; local
301 cachecontrol = apr_table_get(f->r->headers_out,
303 if (cachecontrol) {
304 if (ap_strcasestr(cachecontrol, "no-transform")) {

Completed in 12 milliseconds