Style was different when r1496711 has been backported in r1772331
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1789002 13f79535-47bb-0310-9956-
ffa450edef68
int errstatus;
int rc = OK;
- /* Bail out if r->handler isn't the default value, and doesn't look like a Content-Type
+ /* Bail out if r->handler isn't the default value, and doesn't look like a Content-Type
* XXX: Even though we made the user explicitly list each path to cache?
- */
+ */
if (ap_strcmp_match(r->handler, "*/*") && !AP_IS_DEFAULT_HANDLER_NAME(r->handler)) {
return DECLINED;
}