mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Using VariableValue instead of Variable
This commit is contained in:
parent
2d87fc5184
commit
5ed5377432
@ -1593,7 +1593,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