mirror of
https://github.com/fluencelabs/redis
synced 2025-04-29 04:22:14 +00:00
fixed #4100
This commit is contained in:
parent
eeb905713b
commit
c63a97f8d2
@ -3332,6 +3332,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