maskit commented on code in PR #12125:
URL: https://github.com/apache/trafficserver/pull/12125#discussion_r2030017957


##########
plugins/header_rewrite/operators.cc:
##########
@@ -1193,6 +1193,57 @@ OperatorSetHttpCntl::exec(const Resources &res) const
   return true;
 }
 
+void
+OperatorSetPluginCntl::initialize(Parser &p)
+{
+  Operator::initialize(p);
+  const std::string &name  = p.get_arg();
+  const std::string &value = p.get_value();
+
+  if (name == "TIMEZONE") {

Review Comment:
   It's already written on the docs.



-- 
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]

Reply via email to