mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-16 08:27:10 +03:00
Testing performance enhancements by enabling transformations cache
Also reduce the utilization of dynamic cast.
This commit is contained in:
@@ -31,7 +31,8 @@ namespace transformations {
|
||||
class None : public Transformation {
|
||||
public:
|
||||
explicit None(std::string action)
|
||||
: Transformation(action) { }
|
||||
: Transformation(action)
|
||||
{ m_isNone = true; }
|
||||
|
||||
std::string evaluate(std::string exp,
|
||||
Assay *assay) override;
|
||||
|
||||
Reference in New Issue
Block a user