1. 07 Mar, 2017 2 commits
    • Tatsuhiro Tsujikawa's avatar
      801869a5
    • Tatsuhiro Tsujikawa's avatar
      Fix nghttp2_session_want_write · 54f4b85b
      Tatsuhiro Tsujikawa authored
      This commit fixes the bug in nghttp2_session_want_write.  Previously,
      it may return 0 if there is pending frames after GOAWAY frame is
      submitted.
      
      To avoid the situation that nghttp2_session_want_write keeps returning
      nonzero after GOAWAY and the number of active streams is 0 (e.g., keep
      receiving SETTINGS or PING), nghttp2_session_mem_recv now just
      swallows the input data without parsing in this case.
      54f4b85b
  2. 06 Mar, 2017 1 commit
  3. 05 Mar, 2017 2 commits
  4. 02 Mar, 2017 1 commit
  5. 01 Mar, 2017 3 commits
  6. 28 Feb, 2017 1 commit
  7. 27 Feb, 2017 2 commits
  8. 26 Feb, 2017 5 commits
  9. 23 Feb, 2017 2 commits
  10. 22 Feb, 2017 2 commits
  11. 21 Feb, 2017 5 commits
  12. 20 Feb, 2017 3 commits
  13. 19 Feb, 2017 8 commits
  14. 18 Feb, 2017 3 commits