apple / swift-nio-http2

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

Update allocation limits #356

Closed glbrntt closed 2 years ago

glbrntt commented 2 years ago

Motivation:

NIO 2.42.0 was just released and some alloc tests have regressed. These come from EmbeddedChannelCore adding atomics.

Modifications:

Result:

CI passes