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

/httpd/modules/cache/
H A Dmod_cache.c1141 const char *ehs = NULL; local
1147 ehs = "ETag";
1151 ehs = (ehs) ? apr_pstrcat(r->pool, ehs, ", ", *eh, NULL) : *eh;
1154 if (ehs) {
1156 "but ", ehs, " modified", NULL);

Completed in 14 milliseconds