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
hiredis
Commits
5f9242a1
Commit
5f9242a1
authored
Oct 16, 2020
by
Alex Smith
Committed by
michael-grunder
Feb 25, 2021
Browse files
read: Remove obsolete comment on nested multi bulk depth limitation
parent
83c14504
Changes
1
Hide whitespace changes
Inline
Side-by-side
read.c
View file @
5f9242a1
...
...
@@ -487,7 +487,6 @@ static int processAggregateItem(redisReader *r) {
long
long
elements
;
int
root
=
0
,
len
;
/* Set error for nested multi bulks with depth > 7 */
if
(
r
->
ridx
==
r
->
tasks
-
1
)
{
if
(
redisReaderGrow
(
r
)
==
REDIS_ERR
)
return
REDIS_ERR
;
...
...
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