Commit 5f9242a1 authored by Alex Smith's avatar Alex Smith Committed by michael-grunder
Browse files

read: Remove obsolete comment on nested multi bulk depth limitation

parent 83c14504
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment