• Tatsuhiro Tsujikawa's avatar
    Remove restriction in regard to number of stream in dependency tree · d1e49a19
    Tatsuhiro Tsujikawa authored
    Previously, the number of stream in one dependency tree (not including
    root) is limited to 120.  This is due to the fact that we use
    recursive calls to traverse trees.  Now we replaced recursive calls
    with loop, we can remove this limitation.  Also now all streams are
    descendant of root stream, rather than linked list of individual
    subtree root.
    d1e49a19
nghttp2_stream.h 14.9 KB