read: Remove obsolete comment on nested multi bulk depth limitation
This commit is contained in:
parent
83c1450425
commit
5f9242a1f8
1
read.c
1
read.c
@ -487,7 +487,6 @@ static int processAggregateItem(redisReader *r) {
|
|||||||
long long elements;
|
long long elements;
|
||||||
int root = 0, len;
|
int root = 0, len;
|
||||||
|
|
||||||
/* Set error for nested multi bulks with depth > 7 */
|
|
||||||
if (r->ridx == r->tasks - 1) {
|
if (r->ridx == r->tasks - 1) {
|
||||||
if (redisReaderGrow(r) == REDIS_ERR)
|
if (redisReaderGrow(r) == REDIS_ERR)
|
||||||
return REDIS_ERR;
|
return REDIS_ERR;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user