forked from boostorg/beast
Tidy up examples
This commit is contained in:
@@ -588,11 +588,10 @@ public:
|
||||
void
|
||||
run()
|
||||
{
|
||||
if(! acceptor_.is_open())
|
||||
return;
|
||||
do_accept();
|
||||
}
|
||||
|
||||
private:
|
||||
void
|
||||
do_accept()
|
||||
{
|
||||
|
Reference in New Issue
Block a user