mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +00:00
Call writeToClient() directly instead of the write handler.
This commit is contained in:
parent
01c08b5089
commit
712ea7296d
@ -1751,7 +1751,7 @@ void flushSlavesOutputBuffers(void) {
|
||||
slave->replstate == SLAVE_STATE_ONLINE &&
|
||||
listLength(slave->reply))
|
||||
{
|
||||
sendReplyToClient(server.el,slave->fd,slave,0);
|
||||
writeToClient(slave->fd,slave,0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user