summaryrefslogtreecommitdiff
path: root/read.c
diff options
context:
space:
mode:
authorAlex Smith <aes7mv@virginia.edu>2020-10-16 18:36:52 -0400
committermichael-grunder <michael.grunder@gmail.com>2021-02-25 21:25:17 -0800
commit5f9242a1f8d99bf9b7864e8ecdce443fe821ab40 (patch)
tree50fa7da6876446843659e646b7848fb09d696cfa /read.c
parent83c14504257de168c45ae7730a00c930ab17cfa3 (diff)
read: Remove obsolete comment on nested multi bulk depth limitation
Diffstat (limited to 'read.c')
-rw-r--r--read.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/read.c b/read.c
index 5e0e0b4..9759dbc 100644
--- a/read.c
+++ b/read.c
@@ -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;