1. 22 Jun, 2015 5 commits
  2. 21 Jun, 2015 6 commits
  3. 20 Jun, 2015 3 commits
  4. 18 Jun, 2015 4 commits
  5. 17 Jun, 2015 5 commits
  6. 16 Jun, 2015 3 commits
  7. 15 Jun, 2015 1 commit
  8. 12 Jun, 2015 7 commits
  9. 11 Jun, 2015 1 commit
    • Tatsuhiro Tsujikawa's avatar
      Fix bug that data are not consumed for connection in race condition · b5717cd2
      Tatsuhiro Tsujikawa authored
      When we know that stream is closed at time we read DATA frame header,
      we use NGHTTP2_IB_IGN_DATA, and consume data for connection if
      nghttp2_option_set_no_auto_window_update() is used.  However, if
      stream is closed while we are in NGHTTP2_IB_READ_DATA, those bytes are
      not consumed for connection, nor notified to application via callback,
      so it eventually fills up connection window and connection will
      freeze.  This commit fixes this issue by consuming these data for
      connection when stream is closed or does not exist.
      b5717cd2
  10. 10 Jun, 2015 1 commit
  11. 09 Jun, 2015 4 commits