1. 29 Mar, 2021 1 commit
    • Steven Allen's avatar
      fix: use 64bit stream/conn IDs · 62e792f5
      Steven Allen authored
      Given 1k requests per second (assuming one stream per request), we can
      easily loop around the stream ID after less than 2 months. 32bits is
      plenty (usually) for connection-scoped stream IDs because individual
      connections don't usually last that long, but isn't enough for a
      _global_ stream ID.
      
      Given that there's no reason for these to be 32bit IDs, let's just make
      them 64bits.
      62e792f5
  2. 19 Feb, 2021 1 commit
  3. 18 Feb, 2021 1 commit
  4. 17 Feb, 2021 8 commits
  5. 12 Feb, 2021 2 commits
  6. 09 Feb, 2021 4 commits
  7. 28 Jan, 2021 1 commit
  8. 19 Dec, 2020 2 commits
  9. 02 Sep, 2020 4 commits
  10. 24 Jun, 2020 3 commits
  11. 05 Jun, 2020 1 commit
  12. 02 Jun, 2020 2 commits
  13. 20 May, 2020 1 commit
  14. 15 May, 2020 1 commit
  15. 28 Apr, 2020 1 commit
  16. 27 Apr, 2020 1 commit
  17. 23 Apr, 2020 2 commits
  18. 22 Apr, 2020 2 commits
  19. 02 Apr, 2020 2 commits