mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 12:27:44 +02:00
Remove unused strands in server examples
This commit is contained in:
committed by
Vinnie Falco
parent
c81558e38b
commit
fa4df7eb60
@ -159,7 +159,6 @@ public:
|
||||
class listener : public std::enable_shared_from_this<listener>
|
||||
{
|
||||
ssl::context& ctx_;
|
||||
boost::asio::io_service::strand strand_;
|
||||
tcp::acceptor acceptor_;
|
||||
tcp::socket socket_;
|
||||
|
||||
@ -169,7 +168,6 @@ public:
|
||||
ssl::context& ctx,
|
||||
tcp::endpoint endpoint)
|
||||
: ctx_(ctx)
|
||||
, strand_(ios)
|
||||
, acceptor_(ios)
|
||||
, socket_(ios)
|
||||
{
|
||||
|
Reference in New Issue
Block a user