1. 11 Aug, 2015 1 commit
    • Anders Bakken's avatar
      http2: discard frames with no SessionHandle · 5778e6f5
      Anders Bakken authored
      Return 0 instead of NGHTTP2_ERR_CALLBACK_FAILURE if we can't locate the
      SessionHandle. Apparently mod_h2 will sometimes send a frame for a
      stream_id we're finished with.
      
      Use nghttp2_session_get_stream_user_data and
      nghttp2_session_set_stream_user_data to identify SessionHandles instead
      of a hash.
      
      Closes #372
      5778e6f5
  2. 10 Aug, 2015 5 commits
  3. 09 Aug, 2015 11 commits
  4. 08 Aug, 2015 7 commits
  5. 06 Aug, 2015 9 commits
  6. 05 Aug, 2015 7 commits