Skip to content

Commit

Permalink
Make HTTP2Channel internal
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler authored Nov 18, 2024
1 parent 15bb8ae commit 6cb5ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/HummingbirdHTTP2/HTTP2Channel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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<HTTP2StreamChannel.Value>
public struct Value: ServerChildChannelValue {
let http2Connection: HTTP2Connection
Expand Down

0 comments on commit 6cb5ce4

Please sign in to comment.