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 #370

Closed glbrntt closed 1 year ago

glbrntt commented 1 year ago

Motivation:

NIO reduce allocs recently; our limits are now incorrect.

Modifications:

Result:

CI passes