mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 03:57:47 +03:00
Improves macro expansion speed and variable set attribution
This commit is contained in:
@@ -30,7 +30,9 @@ namespace modsecurity {
|
||||
|
||||
AnchoredSetVariable::AnchoredSetVariable(Transaction *t, std::string name)
|
||||
: m_transaction(t),
|
||||
m_name(name) { }
|
||||
m_name(name) {
|
||||
reserve(10);
|
||||
}
|
||||
|
||||
|
||||
AnchoredSetVariable::~AnchoredSetVariable() {
|
||||
|
Reference in New Issue
Block a user