mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
fixed #4100
This commit is contained in:
parent
b2cd9fcab6
commit
86e564e9ff
@ -3331,6 +3331,7 @@ void moduleHandleBlockedClients(void) {
|
||||
bc->reply_client->bufpos);
|
||||
if (listLength(bc->reply_client->reply))
|
||||
listJoin(c->reply,bc->reply_client->reply);
|
||||
c->reply_bytes += bc->reply_client->reply_bytes;
|
||||
}
|
||||
freeClient(bc->reply_client);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user