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

Update allocation limits #454

Closed glbrntt closed 1 month ago

glbrntt commented 1 month ago

Motivation:

The most recent NIO release reduced allocations, now our limits are too high.

Modifications:

Result:

CI passes