mirror of
https://github.com/boostorg/beast.git
synced 2026-04-29 10:13:23 +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