jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Fixes #5888 - Limit usage of HTTP/2 connections.

Open sbordet opened this issue 1 year ago • 0 comments
trafficstars

  • Made the high-level HttpConnectionOverHTTP2 implement MaxUsable, so it cannot be used to open more streams than allowed.
  • Implemented low-level handling of explicit stream ids provided by applications.
  • Implemented low-level handling of stream id overflow.
  • Added test cases.

sbordet avatar Oct 17 '24 15:10 sbordet