1. 29 Nov, 2014 2 commits
    • Tatsuhiro Tsujikawa's avatar
    • Tatsuhiro Tsujikawa's avatar
      Robust GOAWAY handling · 9ff19255
      Tatsuhiro Tsujikawa authored
      This change will utilize last_stream_id in GOAWAY extensively.  When
      GOAWAY is received with a last_stream_id, library closes all outgoing
      streams whose stream_id > received last_stream_id.
      nghttp2_on_stream_callback is called for each stream to be closed.
      
      When GOAWAY is sent with a last_stream_id, library closes all incoming
      streams whose stream_id > sent last_stream_id.
      nghttp2_on_stream_callback is called for each stream to be closed.
      9ff19255
  2. 27 Nov, 2014 17 commits
  3. 26 Nov, 2014 2 commits
  4. 25 Nov, 2014 6 commits
  5. 24 Nov, 2014 13 commits