From c63a97f8d24248258f058d97ffdd72be54c95e5d 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 516d8594..d307a2b9 100644 --- a/src/module.c +++ b/src/module.c @@ -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);