Skip to content

Commit 712ea72

Browse files
committed
Call writeToClient() directly instead of the write handler.
1 parent 01c08b5 commit 712ea72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/networking.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1751,7 +1751,7 @@ void flushSlavesOutputBuffers(void) {
17511751
slave->replstate == SLAVE_STATE_ONLINE &&
17521752
listLength(slave->reply))
17531753
{
1754-
sendReplyToClient(server.el,slave->fd,slave,0);
1754+
writeToClient(slave->fd,slave,0);
17551755
}
17561756
}
17571757
}

0 commit comments

Comments
 (0)