mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
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:
3
modules/cache/cache_util.c
vendored
3
modules/cache/cache_util.c
vendored
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user