Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
86e564e9
Commit
86e564e9
authored
Jul 03, 2017
by
Dvir Volk
Browse files
fixed #4100
parent
b2cd9fca
Changes
1
Show whitespace changes
Inline
Side-by-side
src/module.c
View file @
86e564e9
...
@@ -3331,6 +3331,7 @@ void moduleHandleBlockedClients(void) {
...
@@ -3331,6 +3331,7 @@ void moduleHandleBlockedClients(void) {
bc->reply_client->bufpos);
bc->reply_client->bufpos);
if (listLength(bc->reply_client->reply))
if (listLength(bc->reply_client->reply))
listJoin(c->reply,bc->reply_client->reply);
listJoin(c->reply,bc->reply_client->reply);
c->reply_bytes += bc->reply_client->reply_bytes;
}
}
freeClient(bc->reply_client);
freeClient(bc->reply_client);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment