mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
committed by
Mohammad Nejati
parent
21545dbcaf
commit
cbcf6cb262
@ -325,8 +325,8 @@ public:
|
|||||||
(isRead ? "basic_stream::async_read_some"
|
(isRead ? "basic_stream::async_read_some"
|
||||||
: "basic_stream::async_write_some")));
|
: "basic_stream::async_write_some")));
|
||||||
|
|
||||||
net::dispatch(this->get_immediate_executor(),
|
const auto ex = this->get_immediate_executor();
|
||||||
net::append(std::move(*this), ec, 0));
|
net::dispatch(ex, net::append(std::move(*this), ec, 0));
|
||||||
}
|
}
|
||||||
|
|
||||||
impl_->close();
|
impl_->close();
|
||||||
|
Reference in New Issue
Block a user