1
0
mirror of https://github.com/fluencelabs/redis synced 2025-03-18 16:40:50 +00:00
This commit is contained in:
Dvir Volk 2017-07-03 23:58:50 +03:00
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);