mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-17 01:41:52 +03:00
Jan_31_2024-Dev
This commit is contained in:
8
core/debug_is/debug.cc
Executable file → Normal file
8
core/debug_is/debug.cc
Executable file → Normal file
@@ -754,7 +754,13 @@ Debug::startStreams(
|
||||
void
|
||||
Debug::isCommunicationFlag(const DebugFlags &flag)
|
||||
{
|
||||
is_communication |= (flag == D_HTTP_REQUEST || flag == D_COMMUNICATION);
|
||||
is_communication |= (
|
||||
flag == D_MESSAGING ||
|
||||
flag == D_COMMUNICATION ||
|
||||
flag == D_CONNECTION ||
|
||||
flag == D_MESSAGING_BUFFER ||
|
||||
flag == D_HTTP_REQUEST
|
||||
);
|
||||
}
|
||||
|
||||
Debug::DebugLevel Debug::lowest_global_level = default_level;
|
||||
|
||||
Reference in New Issue
Block a user