From 708eb2a217aa62034248cd06e803a94aadaab1af Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 5 Jun 2015 22:06:14 +0900 Subject: [PATCH] Increase maximum number of streams in one dep tree including idle nodes --- lib/nghttp2_stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nghttp2_stream.h b/lib/nghttp2_stream.h index 684459ba..0b102e1e 100644 --- a/lib/nghttp2_stream.h +++ b/lib/nghttp2_stream.h @@ -38,7 +38,7 @@ /* * Maximum number of streams in one dependency tree. */ -#define NGHTTP2_MAX_DEP_TREE_LENGTH 100 +#define NGHTTP2_MAX_DEP_TREE_LENGTH 120 /* * If local peer is stream initiator: