From 86e564e9fffeb764cca45f6bc102b78c3119f822 Mon Sep 17 00:00:00 2001 From: Dvir Volk Date: Mon, 3 Jul 2017 23:58:50 +0300 Subject: [PATCH] fixed #4100 --- src/module.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/module.c b/src/module.c index 35e479927..ac00867e4 100644 --- a/src/module.c +++ b/src/module.c @@ -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);