1. 18 Mar, 2020 1 commit
  2. 20 Feb, 2020 3 commits
  3. 11 Feb, 2020 2 commits
  4. 24 Jan, 2020 1 commit
    • Geoff Hill's avatar
      Enable session_create_idle_stream test, fix errors · 866eadb5
      Geoff Hill authored
      Add the currently-unused `test_nghttp2_session_create_idle_stream()`
      function to the test suite definition.
      
      Modify the test in two places to make it pass:
      
        * Use stream ID=10 as the priority stream ID to test automatic creation
          of streams for priority specs. The code below checks against stream
          ID=10 so I assume this was a typo in the test.
      
        * Set the `last_sent_stream_id` instead of the `next_stream_id` to test
          that idle streams cannot be created with smaller numbers than the
          most-recently-seen stream ID. Looking at the validation path in
          `session_detect_idle_stream()`, I think this was another test typo.
      866eadb5
  5. 21 Dec, 2019 3 commits
  6. 18 Dec, 2019 1 commit
  7. 08 Dec, 2019 1 commit
  8. 15 Nov, 2019 5 commits
  9. 09 Nov, 2019 1 commit
  10. 02 Nov, 2019 1 commit
  11. 01 Nov, 2019 1 commit
  12. 29 Oct, 2019 4 commits
  13. 12 Oct, 2019 3 commits
  14. 21 Sep, 2019 3 commits
  15. 16 Sep, 2019 3 commits
  16. 14 Sep, 2019 1 commit
  17. 07 Sep, 2019 1 commit
  18. 06 Sep, 2019 3 commits
  19. 02 Sep, 2019 2 commits