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
09dd7b5f
Commit
09dd7b5f
authored
Jul 04, 2017
by
Salvatore Sanfilippo
Committed by
GitHub
Jul 04, 2017
Browse files
Merge pull request #4101 from dvirsky/fix_modules_reply_len
Proposed fix to #4100
parents
eddd8d34
86e564e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/module.c
View file @
09dd7b5f
...
@@ -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