]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1715876: fix typo.
authorYann Ylavic <ylavic@apache.org>
Mon, 23 Nov 2015 20:05:16 +0000 (20:05 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 23 Nov 2015 20:05:16 +0000 (20:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1715938 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/cache_util.c

index eb7732862ad6e70566c73934c516d7cb9592ec5a..6f6fbb43236ce026c7c8ef4e0c1940230aa31b39 100644 (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;
                 }