We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a093d commit 91136a6Copy full SHA for 91136a6
Sources/NIOHTTP2/HTTP2PipelineHelpers.swift
@@ -633,7 +633,7 @@ extension Channel {
633
/// - Returns: An `EventLoopFuture` of an `EventLoopFuture` containing the `NIOProtocolNegotiationResult` that completes when the channel
634
/// is ready to negotiate.
635
@inlinable
636
- internal func configureHTTP2AsyncSecureUpgrade<HTTP1Output: Sendable, HTTP2Output: Sendable>(
+ public func configureHTTP2AsyncSecureUpgrade<HTTP1Output: Sendable, HTTP2Output: Sendable>(
637
http1ConnectionInitializer: @escaping NIOChannelInitializerWithOutput<HTTP1Output>,
638
http2ConnectionInitializer: @escaping NIOChannelInitializerWithOutput<HTTP2Output>
639
0 commit comments