1. 02 Jun, 2020 5 commits
  2. 05 May, 2020 2 commits
  3. 22 Apr, 2020 1 commit
  4. 21 Apr, 2020 2 commits
  5. 18 Apr, 2020 6 commits
  6. 31 Mar, 2020 4 commits
  7. 18 Mar, 2020 1 commit
  8. 20 Feb, 2020 3 commits
  9. 11 Feb, 2020 2 commits
  10. 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
  11. 21 Dec, 2019 3 commits
  12. 18 Dec, 2019 1 commit
  13. 08 Dec, 2019 1 commit
  14. 15 Nov, 2019 5 commits
  15. 09 Nov, 2019 1 commit
  16. 02 Nov, 2019 1 commit
  17. 01 Nov, 2019 1 commit