Remove performance zapping test code
Former-commit-id: c50a3d0bbd2dd801a80060d789484bac4eda4f4c
This commit is contained in:
parent
8e6c6403e1
commit
1336f4c80f
@ -1678,8 +1678,6 @@ int handleClientsWithPendingWrites(int iel) {
|
|||||||
|
|
||||||
std::unique_lock<decltype(c->lock)> lock(c->lock);
|
std::unique_lock<decltype(c->lock)> lock(c->lock);
|
||||||
|
|
||||||
AeLocker locker;
|
|
||||||
locker.arm(c);
|
|
||||||
/* Try to write buffers to the client socket. */
|
/* Try to write buffers to the client socket. */
|
||||||
if (writeToClient(c->fd,c,0) == C_ERR)
|
if (writeToClient(c->fd,c,0) == C_ERR)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user