diff --git a/Sources/HummingbirdHTTP2/HTTP2Channel.swift b/Sources/HummingbirdHTTP2/HTTP2Channel.swift index 8e137eec..2249ba3e 100644 --- a/Sources/HummingbirdHTTP2/HTTP2Channel.swift +++ b/Sources/HummingbirdHTTP2/HTTP2Channel.swift @@ -21,7 +21,7 @@ import NIOHTTPTypesHTTP2 import NIOSSL /// Child channel for processing HTTP2 -public struct HTTP2Channel: ServerChildChannel { +internal struct HTTP2Channel: ServerChildChannel { typealias HTTP2Connection = NIOHTTP2Handler.AsyncStreamMultiplexer public struct Value: ServerChildChannelValue { let http2Connection: HTTP2Connection