This commit is contained in:
Michael Davidsaver
2020-01-24 14:00:31 -08:00
parent b8b91f23f8
commit 9ffb8dab9a
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -426,7 +426,7 @@ void ServerConn::bevRead()
CASE(MESSAGE);
#undef CASE
}
// handlers may be cleared bev to force disconnect
// handlers may have cleared bev to force disconnect
if(!bev)
break;