mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 04:47:29 +02:00
Fix cancellation in teardown_tcp_op
This commit is contained in:
committed by
Mohammad Nejati
parent
5f5507f647
commit
848e20680f
@ -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
|
||||||
|
Reference in New Issue
Block a user