jetty.project
jetty.project copied to clipboard
Fixes #5888 - Limit usage of HTTP/2 connections.
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.