read: Remove obsolete comment on nested multi bulk depth limitation

master
Alex Smith 2020-10-16 18:36:52 -04:00 committed by michael-grunder
parent 83c1450425
commit 5f9242a1f8
1 changed files with 0 additions and 1 deletions

1
read.c
View File

@ -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;