Skip to content
  1. Aug 11, 2015
    • 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. Aug 10, 2015
  3. Aug 09, 2015
  4. Aug 08, 2015
  5. Aug 06, 2015
  6. Aug 05, 2015