ywkaras commented on code in PR #11307:
URL: https://github.com/apache/trafficserver/pull/11307#discussion_r1601852338
##########
src/proxy/CacheControl.cc:
##########
@@ -41,11 +41,13 @@
#include "../iocore/cache/P_Cache.h"
#include "tsutil/Regex.h"
-static const char modulePrefix[] = "[CacheControl]";
+namespace
+{
+const char modulePrefix[] = "[CacheControl]";
#define TWEAK_CACHE_RESPONSES_TO_COOKIES "cache-responses-to-cookies"
-static const char *CC_directive_str[CC_NUM_TYPES] = {
+const char *CC_directive_str[CC_NUM_TYPES] = {
Review Comment:
It's in the anonymous namespace.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]