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

Remove dependency on SPI #419

Closed rnro closed 11 months ago

rnro commented 11 months ago

Motivation:

Remove dependency on SPI so that we can cut a release without introducing dependency on code subject to change.

Modifications:

Remove all code which introduces a dependency on the NIOAsyncChannel SPI

Result:

Code inside SPI is removed

glbrntt commented 11 months ago

Not actually breaking as it's unreleased SPI.