mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 03:57:47 +03:00
Adds checks for the NO_LOGS definition and improved the vars resolution time
This commit is contained in:
@@ -45,10 +45,11 @@ class Multipart {
|
||||
bool boundaryIsQuoted;
|
||||
bool missingSemicolon;
|
||||
bool invalidQuote;
|
||||
|
||||
#ifndef NO_LOGS
|
||||
void debug(int a, std::string str) {
|
||||
m_assay->debug(a, str);
|
||||
}
|
||||
#endif
|
||||
private:
|
||||
std::string m_boundary;
|
||||
std::string m_header;
|
||||
|
Reference in New Issue
Block a user