mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 15:15:48 +00:00
Dumping also HttpChannelOverHTTP2 when dumping the HTTP2Stream. The channel is now stored as a field in HTTP2Stream rather than as an attribute to save the attributes map allocation. Consequently, IStream has now getter/setter for the property "attachment" that is used to store the channel without having a type dependency on HttpChannel. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>