Rework msgr send/receive to allow encryption support

This commit is contained in:
Vitaliy Filippov
2026-04-04 19:01:49 +03:00
parent 6d22ab77ec
commit 67132a29ae
8 changed files with 598 additions and 407 deletions
+7
View File
@@ -189,6 +189,13 @@ osd_client_t::~osd_client_t()
}
// Cancel outbound ops
cancel_ops();
for (osd_op_t *op: send_free_ops)
{
if (op)
{
delete op;
}
}
for (osd_op_t *op: zc_free_list)
{
if (op)