mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +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)
|
||||
, nb_(false)
|
||||
{
|
||||
(*this)({}, 0, false);
|
||||
this->set_allowed_cancellation(net::cancellation_type::all);
|
||||
(*this)({}, 0, false);
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user