Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
c63a97f8
Commit
c63a97f8
authored
Jul 03, 2017
by
Dvir Volk
Committed by
antirez
Jul 06, 2017
Browse files
fixed #4100
parent
eeb90571
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/module.c
View file @
c63a97f8
...
@@ -3332,6 +3332,7 @@ void moduleHandleBlockedClients(void) {
...
@@ -3332,6 +3332,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