Skip to content

Commit 86e564e

Browse files
committed
fixed redis#4100
1 parent b2cd9fc commit 86e564e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/module.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3331,6 +3331,7 @@ void moduleHandleBlockedClients(void) {
33313331
bc->reply_client->bufpos);
33323332
if (listLength(bc->reply_client->reply))
33333333
listJoin(c->reply,bc->reply_client->reply);
3334+
c->reply_bytes += bc->reply_client->reply_bytes;
33343335
}
33353336
freeClient(bc->reply_client);
33363337

0 commit comments

Comments
 (0)