1. 29 Oct, 2019 1 commit
    • Tatsuhiro Tsujikawa's avatar
      Fix the bug that stream is closed with wrong error code · 6ce4835e
      Tatsuhiro Tsujikawa authored
      This commit fixes the bug that stream is closed with wrong error code
      (0).  This happens when STREAM or DATA frame with END_STREAM flag set
      is received and it violates HTTP messaging rule (i.e., content-length
      does not match) and the other side of stream has been closed.  In this
      case, nghttp2_on_stream_close_callback should be called with nonzero
      error code, but previously it is called with 0 (NO_ERROR).
      6ce4835e
  2. 12 Oct, 2019 3 commits
  3. 21 Sep, 2019 3 commits
  4. 16 Sep, 2019 3 commits
  5. 14 Sep, 2019 1 commit
  6. 07 Sep, 2019 1 commit
  7. 06 Sep, 2019 3 commits
  8. 02 Sep, 2019 2 commits
  9. 19 Aug, 2019 1 commit
  10. 14 Aug, 2019 2 commits
  11. 13 Aug, 2019 1 commit
  12. 06 Aug, 2019 3 commits
  13. 01 Aug, 2019 1 commit
  14. 29 Jul, 2019 1 commit
  15. 22 Jun, 2019 1 commit
  16. 11 Jun, 2019 6 commits
  17. 10 Jun, 2019 2 commits
  18. 07 Jun, 2019 4 commits
  19. 05 Jun, 2019 1 commit