mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Log resource limit disconnections.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user