mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Call writeToClient() directly instead of the write handler.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user