• Tatsuhiro Tsujikawa's avatar
    Reset last_writelen to 0 when stream is removed from tree · 4db3828f
    Tatsuhiro Tsujikawa authored
    When stream is removed from tree, stream is either closed, or its
    remote flow control window is depleted.  In the latter case, we
    schedule this stream as fast as possible if its remote window gets
    positive, since it did not sent anything in its turn.  To achieve
    this, reset last_writelen to 0 when stream is removed from tree.
    4db3828f
nghttp2_stream.c 23.9 KB