Log resource limit disconnections.

This commit is contained in:
Mark Travis
2021-11-17 09:07:06 -08:00
committed by manojsdoshi
parent 72752b1ee0
commit db720a59e4
7 changed files with 18 additions and 12 deletions

View File

@@ -146,7 +146,7 @@ public:
if (c.charge(fee) == drop)
{
// Disconnect abusive Consumer
BEAST_EXPECT(c.disconnect() == limited);
BEAST_EXPECT(c.disconnect(j) == limited);
break;
}
++logic.clock();