1. 13 Mar, 2025 14 commits
  2. 12 Mar, 2025 2 commits
  3. 10 Mar, 2025 1 commit
  4. 06 Mar, 2025 3 commits
  5. 03 Mar, 2025 9 commits
  6. 27 Feb, 2025 3 commits
  7. 26 Feb, 2025 4 commits
  8. 25 Feb, 2025 1 commit
  9. 24 Feb, 2025 2 commits
    • Nils Goroll's avatar
      http2: clear an in-progress request when deleting it · 440319de
      Nils Goroll authored
      otherwise, for the modified vtc, a continuation is still expected when another
      stream is opened:
      
      1031 SessError       c H2: expected continuation but  received HEADERS on stream 3
      1031 Debug           c H2 CLEANUP H2CE_PROTOCOL_ERROR
      
      Partly addresses #4283
      440319de
    • Nils Goroll's avatar
      http2: Unique names for errors · d4b5767b
      Nils Goroll authored
      Connection and stream errors are not the same thing, so our error reporting
      should also use unambiguous names.
      d4b5767b
  10. 23 Feb, 2025 1 commit