1. 27 Mar, 2017 4 commits
  2. 26 Mar, 2017 3 commits
  3. 25 Mar, 2017 4 commits
  4. 24 Mar, 2017 1 commit
  5. 22 Mar, 2017 4 commits
  6. 20 Mar, 2017 1 commit
  7. 19 Mar, 2017 1 commit
  8. 18 Mar, 2017 2 commits
  9. 17 Mar, 2017 3 commits
  10. 15 Mar, 2017 8 commits
  11. 14 Mar, 2017 1 commit
  12. 12 Mar, 2017 1 commit
  13. 11 Mar, 2017 3 commits
  14. 10 Mar, 2017 1 commit
  15. 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
  16. 06 Mar, 2017 1 commit