zwoop commented on code in PR #11298:
URL: https://github.com/apache/trafficserver/pull/11298#discussion_r1590457667
##########
src/proxy/hdrs/URL.cc:
##########
@@ -93,9 +93,16 @@ int URL_LEN_MMS;
int URL_LEN_MMSU;
int URL_LEN_MMST;
+namespace
+{
// Whether we should implement url_CryptoHash_get() using
url_CryptoHash_get_fast(). Note that
// url_CryptoHash_get_fast() does NOT produce the same result as
url_CryptoHash_get_general().
-static int url_hash_method = 0;
+int url_hash_method = 0;
Review Comment:
I miss static
--
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]