mirror of
https://github.com/boostorg/beast.git
synced 2025-07-02 07:20:57 +02:00
Tidy up examples
This commit is contained in:
@ -225,11 +225,10 @@ public:
|
||||
void
|
||||
run()
|
||||
{
|
||||
if(! acceptor_.is_open())
|
||||
return;
|
||||
do_accept();
|
||||
}
|
||||
|
||||
private:
|
||||
void
|
||||
do_accept()
|
||||
{
|
||||
|
Reference in New Issue
Block a user