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

Implement direct stream (de)multiplexing in NIOHTTP2ChannelHandler #380

Closed rnro closed 1 year ago

rnro commented 1 year ago

Motivation:

Less expensive stream multiplexing. To implement direct stream multiplexing (with an incomplete public API) to break up delivery and allow testing.

Modifications:

Result:

Default behavior should be unchanged at this time.