mirror of
https://github.com/redis/redis.git
synced 2026-05-28 04:02:46 -04:00
Call writeToClient() directly instead of the write handler.
This commit is contained in:
parent
01c08b5089
commit
712ea7296d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue