mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Using VariableValue instead of Variable
This commit is contained in:
parent
99dea67039
commit
7d32beb6ad
@ -1546,7 +1546,7 @@ std::string Transaction::toBuf() {
|
||||
a.append(" HTTP/");
|
||||
a.append(m_httpVersion);
|
||||
a.append("\n");
|
||||
std::vector<const collection::Variable *> l;
|
||||
std::vector<const VariableValue *> l;
|
||||
m_variableRequestHeaders.resolve(&l);
|
||||
for (auto h : l) {
|
||||
size_t pos = strlen("REQUEST_HEADERS:");
|
||||
|
Loading…
x
Reference in New Issue
Block a user