Fix cancellation in teardown_tcp_op

This commit is contained in:
Mohammad Nejati
2024-08-06 07:39:56 +00:00
committed by Mohammad Nejati
parent 5f5507f647
commit 848e20680f

View File

@ -58,8 +58,8 @@ public:
, role_(role) , role_(role)
, nb_(false) , nb_(false)
{ {
(*this)({}, 0, false);
this->set_allowed_cancellation(net::cancellation_type::all); this->set_allowed_cancellation(net::cancellation_type::all);
(*this)({}, 0, false);
} }
void void