apple / swift-nio-http2

HTTP/2 support for SwiftNIO
https://swiftpackageindex.com/apple/swift-nio-http2/main/documentation/niohttp2
Apache License 2.0
462 stars 82 forks source link

Add multiplexer protocol abstraction in http2 stream channel #379

Closed rnro closed 1 year ago

rnro commented 1 year ago

Motivation:

This change prepares for future work to embed the connection multiplexer within the HTTP2ChannelHandler which will improve performance by removing the need for passing expensive InboundUserEvents.

Modifications:

Result:

Behaviour should be unchanged.