mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-30 03:34:26 +03:00
Feb 15th 2023 update
This commit is contained in:
@@ -28,15 +28,18 @@ ReportMessaging::~ReportMessaging()
|
||||
LogRest log_rest(report);
|
||||
|
||||
auto messaging = Singleton::Consume<I_Messaging>::by<ReportMessaging>();
|
||||
messaging->sendObjectWithPersistence(
|
||||
log_rest,
|
||||
I_Messaging::Method::POST,
|
||||
url,
|
||||
"",
|
||||
true,
|
||||
message_type_tag,
|
||||
is_async_message
|
||||
);
|
||||
try {
|
||||
messaging->sendObjectWithPersistence(
|
||||
log_rest,
|
||||
I_Messaging::Method::POST,
|
||||
url,
|
||||
"",
|
||||
true,
|
||||
message_type_tag,
|
||||
is_async_message
|
||||
);
|
||||
} catch (...) {
|
||||
}
|
||||
}
|
||||
|
||||
ReportMessaging &
|
||||
|
Reference in New Issue
Block a user