Skip to content

Commit 09dd7b5

Browse files
authored
Merge pull request redis#4101 from dvirsky/fix_modules_reply_len
Proposed fix to redis#4100
2 parents eddd8d3 + 86e564e commit 09dd7b5

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)