diff options
author | Alex Smith <aes7mv@virginia.edu> | 2020-10-16 18:36:52 -0400 |
---|---|---|
committer | michael-grunder <michael.grunder@gmail.com> | 2021-02-25 21:25:17 -0800 |
commit | 5f9242a1f8d99bf9b7864e8ecdce443fe821ab40 (patch) | |
tree | 50fa7da6876446843659e646b7848fb09d696cfa | |
parent | 83c14504257de168c45ae7730a00c930ab17cfa3 (diff) |
read: Remove obsolete comment on nested multi bulk depth limitation
-rw-r--r-- | read.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |