Increase maximum number of streams in one dep tree including idle nodes

This commit is contained in:
Tatsuhiro Tsujikawa 2015-06-05 22:06:14 +09:00
parent 590a5c3ff3
commit 708eb2a217
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
/* /*
* Maximum number of streams in one dependency tree. * 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: * If local peer is stream initiator: