mirror of
https://github.com/boostorg/beast.git
synced 2025-08-03 06:44:39 +02:00
committed by
Richard Hodges
parent
5cc73b944c
commit
2f4506dc37
@@ -500,6 +500,7 @@ private:
|
||||
if(ec)
|
||||
{
|
||||
fail(ec, "accept");
|
||||
return; // To avoid infinite loop
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@@ -434,6 +434,7 @@ private:
|
||||
if(ec)
|
||||
{
|
||||
fail(ec, "accept");
|
||||
return; // To avoid infinite loop
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user