SolidWallOfCode commented on a change in pull request #8085:
URL: https://github.com/apache/trafficserver/pull/8085#discussion_r672690848
##########
File path: plugins/header_rewrite/conditions.h
##########
@@ -583,3 +583,22 @@ class ConditionTcpInfo : public Condition
bool eval(const Resources &res) override;
void initialize_hooks() override; // Return status only valid in certain
hooks
};
+
+// Cache Lookup Results
+class ConditionCache : public Condition
+{
+ typedef Matchers<std::string> MatcherType;
Review comment:
`using MatcherType = Matchers<std::string>;`
--
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]