apple / swift-nio-http2

HTTP/2 support for SwiftNIO

Home Page:https://swiftpackageindex.com/apple/swift-nio-http2/main/documentation/niohttp2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`read(context:)` is not called in channel pipelines

artemredkin opened this issue · comments

It seems that there are some issues in autoRead implementation, they don't fire down the pipeline

Fixed by #231.