Follow up to r1715876: fix typo.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1715938 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yann Ylavic
2015-11-23 20:05:16 +00:00
parent a5b92f79f6
commit dcb95434f9

View File

@ -1074,7 +1074,8 @@ int ap_cache_control(request_rec *r, cache_control_t *cc,
}
break;
}
case 'p': {
case 'p':
case 'P': {
if (!ap_casecmpstr(token, "public")) {
cc->public = 1;
}